Skip to content

Instantly share code, notes, and snippets.

@joeheyming
Created February 20, 2014 19:48
Show Gist options
  • Save joeheyming/9121772 to your computer and use it in GitHub Desktop.
Save joeheyming/9121772 to your computer and use it in GitHub Desktop.
python example without kwargs
def printArgs(arg):
print args
>>> printArgs({'a': 1, 'b': 2})
{'a': 1, 'b': 2}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment