Let's put together a program that creates a variable and uses it.
Exactly! First, we give the variable a value, and then add it between the parentheses of print() to display it.
To give a variable a value, we start out with the name and the = sign. To print it, we just put the name in between parentheses.