InterviewSolution
Saved Bookmarks
| 1. |
What are dictionary in python how we can create it |
|
Answer» tion:CREATING Python DictionaryCreating a DICTIONARY is as SIMPLE as placing ITEMS inside curly braces {} separated by commas. An item has a key and a corresponding value that is EXPRESSED as a pair (key: value). |
|