Skip to content

Instantly share code, notes, and snippets.

@ryantuck
Created January 27, 2016 02:20
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 ryantuck/762d0a4c3ec495e13dfb to your computer and use it in GitHub Desktop.
Save ryantuck/762d0a4c3ec495e13dfb to your computer and use it in GitHub Desktop.
def fn(*args, **kwargs):
print kwargs
print '{a} {b}'.format(**kwargs)
fn(a='blah', b='asdf')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment