Skip to content

Instantly share code, notes, and snippets.

@exallium
Created September 16, 2011 15:31
Show Gist options
  • Save exallium/1222373 to your computer and use it in GitHub Desktop.
Save exallium/1222373 to your computer and use it in GitHub Desktop.
Make any function recursive!
def itself():
return 4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment