water = input(("What is your favorite drink?")) coffee = ("What is your favorite drink?") other = ("What is your favorite drink?") if water: print("What a healthy choice") elif coffee: print("Careful... Too many cups and youll go nuts") else: print("Ive never heard of that")