if (rain > 0): print "stay at home!" elif (temperature > 30): print "go swimming!" else: print "have a drink on a terrace!"