Commit b5567e11 by BellCodeEditor

save project

parent 76b839d2
Showing with 4 additions and 3 deletions
......@@ -14,10 +14,10 @@ pe=turtle.Pen()
pe.pensize(5)
pe.pencolor("red")
pe.left(45)
pe.forward(len)
pe.circle(2*len,180)
pe.forward(2*len)
pe.circle(len,180)
pe.right(90)
pe.circle(len,180)
pe.forward(len)
pe.forward(2*len)
pe.hideturtle()
turtle.done()
\ No newline at end of file
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