Commit a0b56e7a by BellCodeEditor

save project

parent af14a8c7
Showing with 3 additions and 2 deletions
...@@ -21,9 +21,9 @@ import turtle ...@@ -21,9 +21,9 @@ import turtle
pen=turtle.Pen() pen=turtle.Pen()
pen.speed(0) pen.speed(0)
diction=1 diction=1
for i in range(400): for i in range(500):
pen.forward(diction) pen.forward(diction)
pen.left(91) pen.left(91)
diction+1 diction+=1
pen.hideturtle() pen.hideturtle()
turtle.done() 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