Skip to content

Instantly share code, notes, and snippets.

@bkmeneguello
Created June 1, 2016 17:10
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 bkmeneguello/a2e55fb7a5af6c5c8df28e901bfd3567 to your computer and use it in GitHub Desktop.
Save bkmeneguello/a2e55fb7a5af6c5c8df28e901bfd3567 to your computer and use it in GitHub Desktop.
dictget = lambda d, *k: [d[i] for i in k]
'''
usage: v1, v2, vN = dictget(<dict>, 'key1', 'key2', 'keyN')
'''
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment