The print() instruction can display a variable's value. To get to the value, put together the variable's name.
print()
Right! We use the name of the variable, day, to display its value, Monday.
day
Monday
Remember that the name of the variable is day.