Skip to content

Instantly share code, notes, and snippets.

@mingrammer
Created March 21, 2017 00:14
Show Gist options
  • Save mingrammer/da9fe94230fa31a811c6d1c803aa38a8 to your computer and use it in GitHub Desktop.
Save mingrammer/da9fe94230fa31a811c6d1c803aa38a8 to your computer and use it in GitHub Desktop.
def save_ranking(**kwargs):
print(kwargs)
save_ranking(first='ming', second='alice', fourth='wilson', third='tom', fifth='roy')
# {'first': 'ming', 'second': 'alice', 'fourth': 'wilson', 'third': 'tom', 'fifth': 'roy'}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment