Another important building block in Python scripts is the variable. A variable is, basically, a container: it can hold one value.
In later sections, you will see examples of variables that can hold more than one value. For now, assume that a variable can hold only one value.