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