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