drink = ( input("what is your favoret drink ") ) if (drink == "water"): print("what a healthy choice") elif (drink == "goat milk"): print("ive never heard of that one") else: print(" careful...not too many cup or youll go nuts!")