70.6k views
4 votes
3.4 code practice: Question 1

User Artxur
by
8.5k points

1 Answer

4 votes

Answer:

color = input("What color? ")

if (color == "yellow"):

print("Correct!")

else:

print("Nope")

User Roderick Jonsson
by
8.5k points

No related questions found

Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.