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