Skip to content

Instantly share code, notes, and snippets.

@georgesb
Created May 13, 2025 21:12
Show Gist options
  • Save georgesb/5de05bde337d4886210131c4297a1ab0 to your computer and use it in GitHub Desktop.
Save georgesb/5de05bde337d4886210131c4297a1ab0 to your computer and use it in GitHub Desktop.
def addNumbers(a,b):
return a+b
print (addNumbers(3,7))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment