drink = input( input( "What is your favourite drink?") ) if(drink == "water"): print("What an excellent, healthy choice!") elif (drink == "goat milk"): print ("I've never heard of that!") else: print("Carful...not too many cups, or you'll go nuts!")