num1 = int( input( "what is your favorite drink?" ) ) if num1 == input ("water"): print( "what an excellent, healthy choice!" ) elif num1 == input ("coffee"): print ("careful. . . not too many cups, or you'll go nuts") else: num1 == input ("goat milk") print("i've never heard of that!")