Commit 291434cb by BellCodeEditor

auto save

parent 6cc3d192
Showing with 1 additions and 1 deletions
...@@ -4,6 +4,6 @@ x=1 ...@@ -4,6 +4,6 @@ x=1
for i in range(300): for i in range(300):
pen.forward(x) pen.forward(x)
x=x+1 x=x+1
right(91) pen.right(91)
turtle.down turtle.down
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