print("------------------------") name = input("what is your favorite drink: ") if name == "water" : print("what a healthy choice") elif name == "coffee" : print("careful... not too many cups, or youll go nuts") else : print("Never heard of that!")