drink = input("What is your favourite drink?") if drink == water: print("What an excellent, healthy choice ") else: print("I haven't heard of that one")