Computer Science, asked by sanjibgiri6456, 10 months ago

3.4 code practice: question 1

Answers

Answered by davidsanchez41202
6

Answer:

color=input("write a color")

if (color=="yellow"):

   print("Correct")

else:

   print("Nope")

Similar questions