Commit 0aa52a79 by BellCodeEditor

save project

parent 8516733f
Showing with 2 additions and 2 deletions
......@@ -2,12 +2,12 @@ import turtle
pen=turtle.Pen()
turtle.bgcolor("black")
colors=["red","yellow","green","blue"]
for i in range(1,30,1):
for i in range(1,9999999999999999999999999999999999999999999,1):
pen.hideturtle()
pen.speed(0)
pen.pencolor(colors[i%4])
pen.forward(i)
pen.left(91)
pen.left(180+38)
turtle.done()
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