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