Skip to content

Instantly share code, notes, and snippets.

@manvillej
Created October 16, 2017 14:36
Show Gist options
  • Save manvillej/d820b99413717f8102f369efd42afef2 to your computer and use it in GitHub Desktop.
Save manvillej/d820b99413717f8102f369efd42afef2 to your computer and use it in GitHub Desktop.
reverse the mapping of a dictionary
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