Created
May 21, 2009 20:22
-
-
Save benjamn/115711 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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