Fill in the blanks so that the code prints "Yellow is the color of sunshine".
1 point
1
2
3
color = ___
thing = ___
print(color + " is the color of " + thing)
Answers
Answered by
6
Answer:
Colour = Yellow
Thing = Sunshine
Pls Follow Me
Similar questions