4.2 Dictionaries – Understanding Dictionaries, Dictionary Operations
In Python, a dictionary is a collection of key-value pairs. It is an unordered, mutable, and iterable data structure. Dictionaries are commonly used to store and retrieve data based on a unique key.