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