Commit 2a60dabb by BellCodeEditor

save project

parent ac263928
Showing with 6 additions and 3 deletions
...@@ -4,6 +4,8 @@ screen.bgcolor("blue") ...@@ -4,6 +4,8 @@ screen.bgcolor("blue")
pen=turtle.Pen pen=turtle.Pen
color["red","orange","yellow"] color["red","orange","yellow"]
for i in range(2,300) for i in range(2,300)
pen.pencolor(colorS[1%4]) pen.pencolor(colorS[i%4])
pen.forward(i)
pen.right(91)
pen.hideturtle()
turtle.done()
\ No newline at end of file
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