#!/usr/bin/env python # coding: utf-8 # In[7]: # Boolean variables # can assign the True and False values to variables hungry=True sleepy=False # Recall that xCUTOFF_TEMP): print("Turn down the thermostat and then take another temperature reading in 5 minutes.") current_temp=float(input("What is the current temperature reading?")) print("Run this program again in 15 minutes.") # In[21]: # Quintessential infinite loop #while 1>0: # print("never stop!")