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, greeting, to display its value, "Hello world!".

Remember that the name of the variable is greeting.