Skip to content

Instantly share code, notes, and snippets.

@deadPix3l
Last active July 8, 2021 04:12
Show Gist options
  • Save deadPix3l/905cc02e6a2250efa78df4b95d0d08fd to your computer and use it in GitHub Desktop.
Save deadPix3l/905cc02e6a2250efa78df4b95d0d08fd to your computer and use it in GitHub Desktop.
def say_hello():
print("hello")
>>> say_hello()
hello
>>> x=say_hello
>>> x()
hello
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment