Skip to content

Instantly share code, notes, and snippets.

@adamoudad
Created October 16, 2022 19:09
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 adamoudad/c403bd77f0b84e00b9e4e053234e8451 to your computer and use it in GitHub Desktop.
Save adamoudad/c403bd77f0b84e00b9e4e053234e8451 to your computer and use it in GitHub Desktop.
def myfunc(a, b, c, d, e, f):
# Do stuff
pass
myfunc(a=1, b="foo", c=42, d=100, f="bar")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment