Skip to content

Instantly share code, notes, and snippets.

@JimRottinger
Created May 26, 2019 22:39
Show Gist options
  • Save JimRottinger/78a41f58b7ff401e53231b6884ab8146 to your computer and use it in GitHub Desktop.
Save JimRottinger/78a41f58b7ff401e53231b6884ab8146 to your computer and use it in GitHub Desktop.
def sum(a=1,b=2,c=3):
return a+b+c
sum(b=5,a=10)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment