Skip to content

Instantly share code, notes, and snippets.

@juanarrivillaga
Created November 1, 2017 05:10
Show Gist options
  • Save juanarrivillaga/8904f4b58d20124a5c08797df70c5414 to your computer and use it in GitHub Desktop.
Save juanarrivillaga/8904f4b58d20124a5c08797df70c5414 to your computer and use it in GitHub Desktop.
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