Commit e0e09b84 by BellCodeEditor

save project

parent fefe5011
Showing with 4 additions and 1 deletions
......@@ -19,9 +19,12 @@ import turtle
# pen.circle(len,180)
# pen.forward(2*len)
# turtle.done()
distance = 1
colors = ["red","black","red","black"]
pen = turtle.Pen()
screen=turtle.Screen()
screen.bgcolor("light blue")
for i in range(1,3000):
pen.pencolor(colors[i%4])
pen.forward(i)
pen.left(91)
pen.hideturtle()
......
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