Don't worry, dictionaries aren't books full of definitions but collections of key-value pairs. Like words pointing to definitions, each key points to a value.

When we create the dictionary, we need to declare the type of the keys and of the values and, of course, give the dictionary a name.

From that point on, we won't be able to use keys or values of a different type.