Dictionaries are kind of like lists and tuples but, instead of using index numbers, they use keys to point to values.

See that? In order to create a dictionary, we enclose pairs of keys and values in braces and assign them to a variable.