Skip to content

Instantly share code, notes, and snippets.

@drvinceknight
Last active August 29, 2015 14:14
Show Gist options
  • Save drvinceknight/f201db05f38ad1211428 to your computer and use it in GitHub Desktop.
Save drvinceknight/f201db05f38ad1211428 to your computer and use it in GitHub Desktop.
def simple_sum(a, b):
return a + b
print simple_sum(5, 3) # You should get 8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment