Skip to content

Instantly share code, notes, and snippets.

@ryantuck
Created January 27, 2016 02:20
Show Gist options
  • Select an option

  • Save ryantuck/762d0a4c3ec495e13dfb to your computer and use it in GitHub Desktop.

Select an option

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