Use the print() function to display "Your temperature is low." in the console.
print()
Make sure to pick print followed by ( and then "Your temperature is low.", ).
print
(
"Your temperature is low."
)