python accessing nested dictionaries

Dictionaries in Python

Definition A dictionary in Python is an unordered, mutable collection that stores data in key-value pairs. Each key in a dictionary is unique…