Commit b81be321 by BellCodeEditor

save project

parent d4e1feaa
Showing with 2 additions and 2 deletions
...@@ -11,9 +11,9 @@ import turtle ...@@ -11,9 +11,9 @@ import turtle
pen=turtle.Pen() pen=turtle.Pen()
for i in range(1,3000): for i in range(1,300):
pen.forward(i) pen.forward(i)
pen.right(250) pen.right(91)
......
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