Commit bcd01620 by BellCodeEditor

save project

parent 36c94f09
Showing with 3 additions and 3 deletions
......@@ -2,8 +2,8 @@ import turtle
pen=turtle.Pen()
pen.speed(10)
a=1
for i in range(500):
for i in range(300):
pen.forward(a)
pen.right(61)
a=a+1
turtle.done()
\ No newline at end of file
turtle.done(143)
\ 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