The print() instruction can display a variable's value. To get to the value, put together the variable's name.

Right! We use the name of the variable, day, to display its value, Monday.

Remember that the name of the variable is day.