Skip to content

Instantly share code, notes, and snippets.

@andymckay
Last active December 21, 2019 23:01
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 andymckay/2af7d94ce4907c5197220fd1d07d94ff to your computer and use it in GitHub Desktop.
Save andymckay/2af7d94ce4907c5197220fd1d07d94ff to your computer and use it in GitHub Desktop.
def sum(x, y):
return x + y
print(sum(1, 3))
print(sum(5, 6))
def sum(x, y):
return x + y
print(sum(1, 3))
print(sum(5, 6))
def sum(x, y):
return x + y
print(sum(1, 3))
print(sum(5, 6))
def sum(x, y):
return x + y
print(sum(1, 3))
print(sum(5, 6))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment