Created
August 23, 2017 14:15
-
-
Save hbradio/67d71e7709d827eda75a9225b15316a1 to your computer and use it in GitHub Desktop.
This file contains 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 myfunc(thing): | |
return thing + 1 | |
myfunc(lib.get_thing()) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment