Create Multidimensional dictionary – Python
In Python, a multidimensional dictionary is a dictionary which contains nested dictionaries or other complex data structures. Let’s look into them.
https://codeparttime.com/create-multidimensional-dict-python/