Drink=input("Whats your favourite drink ") if Drink == ("water") : print("Healthy Choice") if Drink == ("coffee") : print("Not to many cups or you will go nuts") if Drink == ("goat milk") : print("Never heard of that")