Skip to content

Instantly share code, notes, and snippets.

@skuschel
Created January 9, 2016 12:56
Show Gist options
  • Save skuschel/4957c80fb48fdc4a361d to your computer and use it in GitHub Desktop.
Save skuschel/4957c80fb48fdc4a361d to your computer and use it in GitHub Desktop.
dont do this!
#!/bin/env python
# Stephan Kuschel, 2016
def f(x):
return x + y
if __name__=='__main__':
y = 2
print(f(5))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment