temperature = 32 if temperature > 30: print("It is a hot day.") print("Remember to drink water.")
Click Run to execute this code.