Skip to content

Instantly share code, notes, and snippets.

@NMZivkovic
Last active October 22, 2019 07:11
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 NMZivkovic/78cbd6862ddf13f38d9c0082d004f577 to your computer and use it in GitHub Desktop.
Save NMZivkovic/78cbd6862ddf13f38d9c0082d004f577 to your computer and use it in GitHub Desktop.
# a is not a keyword argument
function(b = 11, 9)
function(11, a = 9)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment