Commit 77eab51c by BellCodeEditor

save project

parent f228b7c4
Showing with 1 additions and 3 deletions
......@@ -5,10 +5,9 @@ e = 90
turtle.begin_fill()
turtle.goto(0,0)
turtle.speed(0)
for i in range(3000):
for i in range(30000):
turtle.forward(i)
turtle.left(91)
e = e+2
i = i+2000
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