Commit 54f4fb32 by BellCodeEditor

save project

parent 502db9a4
Showing with 1 additions and 1 deletions
......@@ -3,6 +3,6 @@ distance=1
for i in range(300):
turtle.forward(distance)
turtle.right(91)
distance=distance=1
distance=distance+1
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