Nested Dictionaries A dictionary can contain dictionaries, this is called nested dictionaries. ExampleGet your own Python Server Create a dictionary that contain three dictionaries: myfamily = { "child1": { "name":"Emil", "year":2004 },...
Python ReferencePython Overview Python Built-in Functions Python String Methods Python List Methods Python Dictionary Methods Python Tuple Methods Python Set Methods Python File Methods Python Keywords Python Exceptions Python Glossary Module Reference