Skip to content

Instantly share code, notes, and snippets.

@MrMMorris
Created May 19, 2015 20:06
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 MrMMorris/f997d4d0d2703e28ef0d to your computer and use it in GitHub Desktop.
Save MrMMorris/f997d4d0d2703e28ef0d to your computer and use it in GitHub Desktop.
def blah():
print 'blah'
def foo():
blah()
print 'success'
foo()
# Result
success
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment