Commit 0f409e38 by BellCodeEditor

auto save

parent cb40dd07
Showing with 1 additions and 1 deletions
...@@ -11,7 +11,7 @@ pen.speed(100) ...@@ -11,7 +11,7 @@ pen.speed(100)
for i in range(300): for i in range(300):
pen.forward(distance) pen.forward(distance)
pen.right(91) pen.right(91)
distance = distance+1 distance+=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