Skip to content

Instantly share code, notes, and snippets.

@jroo
Created August 21, 2009 00:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jroo/171580 to your computer and use it in GitHub Desktop.
Save jroo/171580 to your computer and use it in GitHub Desktop.
#songsincode
def another():
return "you've been messing around"
def friend(x):
return another() if x else friend(1)
i=friend(0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment