name = input( "What is your favourite drink?" ) print( "nice drink." ) if name == "water" : print( "Also what an excellent, healthy choice!" ) if name == "coffee" : print( "Also be careful... don't drink too many cups, or you'll go nuts!" ) if name == "goat milk" : print( "Also what in the world I have never heard of goat milk before!" )