Day-33 Dictionary
Python Dictionaries
Dictionaries are ordered collection of data items. They store multiple items in a single variable. Dictionary items are key-value pairs that are separated by commas and enclosed wi
codingsplash.hashnode.dev2 min read