Skip to content

Instantly share code, notes, and snippets.

@stephengruppetta
Last active May 7, 2023 09:17
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/0a4c35cd37b3befb84b93244db4cf802 to your computer and use it in GitHub Desktop.
Save stephengruppetta/0a4c35cd37b3befb84b93244db4cf802 to your computer and use it in GitHub Desktop.
import functools
print_on_line = functools.partial(print, end=" ")
type(print_on_line)
callable(print_on_line)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment