Commit 9fb50e8f by BellCodeEditor

save project

parent 6856e93c
Showing with 2 additions and 2 deletions
...@@ -15,8 +15,8 @@ pen.pendown() ...@@ -15,8 +15,8 @@ pen.pendown()
pen.pensize(5) pen.pensize(5)
pen.pencolor("red") pen.pencolor("red")
pen.left(45) pen.left(45)
pen.forward(2*len) pen.forward(100)
pen.circle(len,180) pen.circle(50,180)
pen.right(90) pen.right(90)
pen.circle(len,180) pen.circle(len,180)
pen.forward(2*len) pen.forward(2*len)
......
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