Skip to content

Instantly share code, notes, and snippets.

@jreisinger
Created March 21, 2012 21:14
Show Gist options
  • Save jreisinger/2152894 to your computer and use it in GitHub Desktop.
Save jreisinger/2152894 to your computer and use it in GitHub Desktop.
return list
def sum(a, b):
sum = a + b
return("the sum is", sum)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment