Rainbow Breath From Deer I Wish

Python 3 Computer programming language

Have text, eventually will add the actually number sequence to create the color ....Smiling
Instead of a grave yard can we have a computer yard where we get a little light for giving a digital code that makes the forest grow.... grow little pixel, Iter it

rainbow = ['red', 'orange', 'yellow', 'green', 'blue', 'indigo', 'violet']

for i in range(len(rainbow)):
print('Color Sequence of Rainbow:', rainbow[i])
"C:\Users\Mary Page\venv2\Scripts\python.exe" "C:/theano//Python Programs/.py"
Color Sequence of Rainbow: red
Color Sequence of Rainbow: orange
Color Sequence of Rainbow: yellow
Color Sequence of Rainbow: green
Color Sequence of Rainbow: blue
Color Sequence of Rainbow: indigo
Color Sequence of Rainbow: violet