Commit 419e87a6 by BellCodeEditor

save project

parent ed793166
Showing with 1 additions and 1 deletions
...@@ -7,7 +7,7 @@ pen.speed(-10) ...@@ -7,7 +7,7 @@ pen.speed(-10)
pen.color("blue") pen.color("blue")
pen.fillcolor("blue") pen.fillcolor("blue")
pen.begin_fill() pen.begin_fill()
for i in range(10000): for i in range(10):
pen.forward(i) pen.forward(i)
pen.right(90) pen.right(90)
i=i+1 i=i+1
......
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