Commit 91f7450e by BellCodeEditor

save project

parent e6f84653
Showing with 3 additions and 0 deletions
import turtle
eee=["red","yellow","orange","green"]
turtle.bgcolor(black)
for i in range(1,200):
turtle.pencolor(eee[i%4])
turtle.forward(i)
turtle.right(91)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment