Python Dictionaries

Python Dictionaries are used to store data values in key. Dictionaries are written with curly brackets, and have keys and values.

Code :