6. What are Dictionaries in Python ?

Dictionary is an unordered set of key, value pairs with unique keys within {}.

e.g.

a = {‘name’: ‘Aman’, ‘phone’: 9898989765}