70.6k views
4 votes
3.4 code practice: Question 1

User Artxur
by
5.8k points

1 Answer

4 votes

Answer:

color = input("What color? ")

if (color == "yellow"):

print("Correct!")

else:

print("Nope")

User Roderick Jonsson
by
5.3k points