Commit 563f8745 by BellCodeEditor

save project

parent b5e61f10
Showing with 2 additions and 2 deletions
...@@ -8,11 +8,11 @@ pen.pensize(5) ...@@ -8,11 +8,11 @@ pen.pensize(5)
pen.pencolor("red") pen.pencolor("red")
len=60 len=60
pen.left(45) pen.left(45)
pen.forward(200) pen.forward(len*2)
pen.circle(len,180) pen.circle(len,180)
pen.right(90) pen.right(90)
pen.circle(len,180) pen.circle(len,180)
pen.forward(200) pen.forward(len*2)
pen.penup() pen.penup()
pen.pencolor("blue") pen.pencolor("blue")
pen.goto(100,-100) pen.goto(100,-100)
......
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