Commit 77f46a05 by BellCodeEditor

save project

parent 274a3eff
Showing with 2 additions and 2 deletions
......@@ -16,9 +16,9 @@ pen.pensize(3)
pen.pencolor("pink")
pen.left(45)
pen.forward(80)
pen.circle(40,180)
pen.circle(len)
pen.right(90)
pen.circle(2*Lin)
pen.circle(2*len)
pen.forward(80)
turtle.done()
......
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