maddygabbard529 maddygabbard529 01-11-2021 Computers and Technology contestada Consider the following code: color = input("What color? ") if (color == "green"): print ("Correct") else: print ("Nope") elif (color == "red"): print ("Correct") What happens when it is run?