Created
February 8, 2019 19:36
-
-
Save HarshSingh16/9370a1e0d95cdac7b2866df10b64ac92 to your computer and use it in GitHub Desktop.
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
#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