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