temperature = 32 if temperature > 60 and temperature < 75: print "It's nice and cozy in here!" else: print "Too extreme for me." hour = 11 if hour < 7 or hour > 23: print "Go away!" print "I'm sleeping!" else: print "Welcome to the cheese shop!" print "Can I interest you in some choice gouda?"