Commit f7294d9e by BellCodeEditor

save project

parent 39077c6c
Showing with 2 additions and 2 deletions
...@@ -5,5 +5,5 @@ for i in range(300): ...@@ -5,5 +5,5 @@ for i in range(300):
pen.forward(i) pen.forward(i)
pen.right(91) pen.right(91)
i=i+1 i=i+1
pen.hideturtle() pen.hideturtle()
turtle.done() 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