Skip to content

Instantly share code, notes, and snippets.

@stephengruppetta
Created May 7, 2023 09:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stephengruppetta/9ac44903b96a96e7584f1cc620fe017f to your computer and use it in GitHub Desktop.
Save stephengruppetta/9ac44903b96a96e7584f1cc620fe017f to your computer and use it in GitHub Desktop.
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