Skip to content

Instantly share code, notes, and snippets.

@andymckay
Last active December 21, 2019 23:01
Show Gist options
  • Select an option

  • Save andymckay/2af7d94ce4907c5197220fd1d07d94ff to your computer and use it in GitHub Desktop.

Select an option

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