Skip to content

Instantly share code, notes, and snippets.

@apg
Created August 24, 2011 19:26
Show Gist options
  • Save apg/1168950 to your computer and use it in GitHub Desktop.
Save apg/1168950 to your computer and use it in GitHub Desktop.
flipdict = lambda d: dict((v, k) for k, v in d.items())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment