Commit f4c0f70f by BellCodeEditor

save project

parent 84e9d92b
Showing with 2 additions and 2 deletions
...@@ -6,8 +6,8 @@ pen = turtle.Pen() ...@@ -6,8 +6,8 @@ pen = turtle.Pen()
distance=1 distance=1
for i in range(300): for i in range(300):
pen.forward(distance) pen.forward(distance)
distance+=1 distance+=0.1
pen.right(91) pen.right(15)
......
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