Commit b5e61f10 by BellCodeEditor

save project

parent 60e3c383
Showing with 2 additions and 2 deletions
...@@ -9,9 +9,9 @@ pen.pencolor("red") ...@@ -9,9 +9,9 @@ pen.pencolor("red")
len=60 len=60
pen.left(45) pen.left(45)
pen.forward(200) pen.forward(200)
pen.circle(50,180) pen.circle(len,180)
pen.right(90) pen.right(90)
pen.circle(50,180) pen.circle(len,180)
pen.forward(200) pen.forward(200)
pen.penup() pen.penup()
pen.pencolor("blue") pen.pencolor("blue")
......
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