Python Basics Exercises: Dictionaries - Real Python
Briefly

In Python, dictionaries hold information in pairs of data called key-value pairs. That is, each object in a dictionary has two parts: a key and a value.
...you'll practice: What a dictionary is and how it's structured. How dictionaries differ from other data structures. How to define and use dictionaries in your own code.
Read at Realpython
[
add
]
[
|
|
]