Commit 2c429b6b by BellCodeEditor

save project

parent 9a3eccdd
Showing with 2 additions and 2 deletions
...@@ -7,8 +7,8 @@ import turtle ...@@ -7,8 +7,8 @@ import turtle
pen = turtle.Pen() pen = turtle.Pen()
distance distance
for i in range(1 10 2): for i in range(1 ,10000):
pen.forward(distance) pen.forward(i)
distance distance
pen.right(91) 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