3.4 code practice: question 1
Answers
Answered by
6
Answer:
color=input("write a color")
if (color=="yellow"):
print("Correct")
else:
print("Nope")
Similar questions