Skip to content

Instantly share code, notes, and snippets.

@HarshSingh16
Created February 8, 2019 19:36
Show Gist options
  • Save HarshSingh16/9370a1e0d95cdac7b2866df10b64ac92 to your computer and use it in GitHub Desktop.
Save HarshSingh16/9370a1e0d95cdac7b2866df10b64ac92 to your computer and use it in GitHub Desktop.
#Inverse Mapped Dictionary
dict_integer2word={i:w for w,i in dict_word2integer.items()}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment