Created
July 1, 2017 14:24
-
-
Save solanoize/5326841d660c68bf090bf65b761d5b3a 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
| 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