Skip to content

Instantly share code, notes, and snippets.

@solanoize
Created July 1, 2017 14:24
Show Gist options
  • Select an option

  • Save solanoize/5326841d660c68bf090bf65b761d5b3a to your computer and use it in GitHub Desktop.

Select an option

Save solanoize/5326841d660c68bf090bf65b761d5b3a to your computer and use it in GitHub Desktop.
def function1(f):
return f
def function1a():
return "Hello Yanzen"
my_function = function1(function1a)
print(my_function())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment