Answer:
color = input("What color? ")
if (color == "yellow"):
print("Correct!")
else:
print("Nope")
5.9m questions
7.7m answers