Dictionaries are probably the most popular data storage variable type. They are not ordered and rely instead on a key & value system. You can store a value to a specific key using a dictionary. You can even make a dictionary of dictionaries as we do in this video example.