Created
October 4, 2015 13:21
-
-
Save poros/193b4b9afc108c5eba16 to your computer and use it in GitHub Desktop.
Construct dictionary from pairs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dict(izip(keys, values)) | |
# reuses the same tuple! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment