Skip to content

Instantly share code, notes, and snippets.

@calthoff
Created March 21, 2018 23:26
Show Gist options
  • Select an option

  • Save calthoff/2691b1622c8f9ff39ac549dffb877353 to your computer and use it in GitHub Desktop.

Select an option

Save calthoff/2691b1622c8f9ff39ac549dffb877353 to your computer and use it in GitHub Desktop.
a = 0
def increment():
global a
a += 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment