asked 70.6k views
4 votes
3.4 code practice: Question 1

asked
User Artxur
by
8.5k points

1 Answer

4 votes

Answer:

color = input("What color? ")

if (color == "yellow"):

print("Correct!")

else:

print("Nope")

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.