Created
November 1, 2017 05:10
-
-
Save juanarrivillaga/8904f4b58d20124a5c08797df70c5414 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 f(arg1, arg2): | |
global some_var # global directive | |
some_var = arg1 + arg2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment