Created
November 7, 2020 11:05
-
-
Save hashABCD/5a2a24c4efa88713b32a51d88772f87c to your computer and use it in GitHub Desktop.
create 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
currancy_dict={'USD':'Dollar', | |
'EUR':'Euro', | |
'GBP':'Pound', | |
'INR':'Rupee'} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment