Skip to content

Instantly share code, notes, and snippets.

@jamesnvc
Created September 26, 2010 01:33
Show Gist options
  • Save jamesnvc/597479 to your computer and use it in GitHub Desktop.
Save jamesnvc/597479 to your computer and use it in GitHub Desktop.
def ReturnExample():
return 5
x = ReturnExample()
print x # Prints 5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment