As we've seen, variables are kind of like boxes for values. What if we want to store more values, though?

Well, there are boxes with space for multiple values: lists.

See that? Lists are a great way to store multiple values; especially, if they're of the same kind.

When we want to perform an action on our variable, we need to use the correct name, otherwise the computer getsĀ confused.