Skip to content

Instantly share code, notes, and snippets.

@zikrillah
Created October 27, 2016 09:24
Show Gist options
  • Save zikrillah/cc358986d530f491682068f2a595f3b3 to your computer and use it in GitHub Desktop.
Save zikrillah/cc358986d530f491682068f2a595f3b3 to your computer and use it in GitHub Desktop.
def spam():
global eggs
eggs = 'spam'
eggs = 'global'
spam()
print(eggs)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment