Skip to content

Instantly share code, notes, and snippets.

@sheimi
Created July 23, 2012 05:39
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 sheimi/3162089 to your computer and use it in GitHub Desktop.
Save sheimi/3162089 to your computer and use it in GitHub Desktop.
convert to list to a dict
keys = ['a', 'b']
values = ['c', 'd']
dictionary = dict(zip(keys, values))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment