Commit 4b1c2412 by BellCodeEditor

save project

parent ba62fa02
Showing with 7 additions and 1 deletions
......@@ -11,7 +11,13 @@ a.right(90)
a.circle(50,180)
a.forward(100)
a.hideturtle()
len
len=60
penl.left(45)
penl.forward(2*len)
penl.circle(len,180)
penl.right(90)
penl.circle(len,180)
penl.forward(2*len)
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