Skip to content

Instantly share code, notes, and snippets.

@andymckay
Created December 20, 2019 23:39
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/a7d405dc4dc4dfbfac0ba3d54d2fec61 to your computer and use it in GitHub Desktop.
Save andymckay/a7d405dc4dc4dfbfac0ba3d54d2fec61 to your computer and use it in GitHub Desktop.
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