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