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