Commit 2c429b6b by BellCodeEditor

save project

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