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