Skip to content

Instantly share code, notes, and snippets.

@anch0vy
Created January 17, 2015 19:04
Show Gist options
  • Save anch0vy/97416c288b29a5a6f810 to your computer and use it in GitHub Desktop.
Save anch0vy/97416c288b29a5a6f810 to your computer and use it in GitHub Desktop.
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