Exactly! First, we give the variable a value, and then add it between the parentheses of print() to display it.
print()
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.
=