Day 27 - 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 within curly brackets {}.
Example:
info = {'name':'K...
viveky.hashnode.dev1 min read