Commit 36c94f09 by BellCodeEditor

save project

parent b23ecdee
Showing with 2 additions and 1 deletions
...@@ -4,6 +4,6 @@ pen.speed(10) ...@@ -4,6 +4,6 @@ pen.speed(10)
a=1 a=1
for i in range(500): for i in range(500):
pen.forward(a) pen.forward(a)
pen.right(91) pen.right(61)
a=a+1 a=a+1
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