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

Right there! We use the name of the variable, day, to display its value, "Friday".

Remember that the name of the variable is day.