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