Skip to content

Instantly share code, notes, and snippets.

@h4
Created May 6, 2020 13:55
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 h4/ba4687b632607323349120839a00c2a3 to your computer and use it in GitHub Desktop.
Save h4/ba4687b632607323349120839a00c2a3 to your computer and use it in GitHub Desktop.
def sum(a, b):
return a + b
print(sum(1, 3))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment