-
-
Save stephengruppetta/9ac44903b96a96e7584f1cc620fe017f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import functools | |
print_on_line = functools.partial(print, end=" ") | |
print_on_line.func | |
print_on_line.args | |
print_on_line.keywords |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment