Skip to content

Instantly share code, notes, and snippets.

@Billmike
Last active April 26, 2020 12:01
Show Gist options
  • Save Billmike/683f349e57a78270e6a506bae1b28ade to your computer and use it in GitHub Desktop.
Save Billmike/683f349e57a78270e6a506bae1b28ade to your computer and use it in GitHub Desktop.
def addNumbers(arg1, arg2):
print(arg1 + arg2)
addNumbers(4, 5) #9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment