Skip to content

Instantly share code, notes, and snippets.

@kylelk
Created December 16, 2014 06:50
Show Gist options
  • Save kylelk/bdfb6cac3f011228eac3 to your computer and use it in GitHub Desktop.
Save kylelk/bdfb6cac3f011228eac3 to your computer and use it in GitHub Desktop.
python function argument demo
def demo(**arguments):
print arguments
demo(arg1="one", arg2="two")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment