drink= input("What is your favorite 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!")