Created
October 16, 2017 14:36
-
-
Save manvillej/d820b99413717f8102f369efd42afef2 to your computer and use it in GitHub Desktop.
reverse the mapping of a dictionary
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
invDict = {v: k for k, v in dictionary.items()} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment