Instead of having three variables that store single names, we can make a list that holds all the names.

Fantastic! This list stores "Cece", "Jess", and "Nick" under a single name.

Might it be that regular variables can't store multiple values at the same time?