Commit 9fe05292 by BellCodeEditor

save project

parent fef07344
Showing with 1 additions and 1 deletions
...@@ -13,7 +13,7 @@ pen.pensize(5) ...@@ -13,7 +13,7 @@ pen.pensize(5)
pen.pencolor("red") pen.pencolor("red")
pen.left(45) pen.left(45)
len=60 len=60
pen.forward(2*len=120) pen.forward(2*len)
pen.circle(len,180) pen.circle(len,180)
pen.right(90) pen.right(90)
pen.circle(len,180) pen.circle(len,180)
......
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