Commit 65e4f61e by BellCodeEditor

save project

parent c7a69066
Showing with 1 additions and 1 deletions
...@@ -6,7 +6,7 @@ import turtle as l ...@@ -6,7 +6,7 @@ import turtle as l
l.speed(0) l.speed(0)
for i in range(1,500): for i in range(1,500):
l.forward(1) l.forward(i)
l.right(91) l.right(91)
l.hideturtle() l.hideturtle()
......
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