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