Created
January 17, 2015 19:04
-
-
Save anch0vy/97416c288b29a5a6f810 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
def life(): | |
try: | |
return 'egg'#삶은계란 | |
finally: | |
return 42#the answer to life the universe and everything |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment