Skip to content

Instantly share code, notes, and snippets.

@benjamn
Created May 21, 2009 20:22
Show Gist options
  • Save benjamn/115711 to your computer and use it in GitHub Desktop.
Save benjamn/115711 to your computer and use it in GitHub Desktop.
#!/usr/bin/env python
def foo():
return 0
print foo()
def foo():
return 1
print foo()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment