Created
August 23, 2017 14:13
-
-
Save hbradio/40e2efd4e2800ea3c2246d8c49589602 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 myfunc(): | |
x = lib.get_thing() | |
return x+1 | |
myfunc() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment