Commit f3a4110c by BellCodeEditor

auto save

parent af6ab806
Showing with 12 additions and 7 deletions
......@@ -5,11 +5,15 @@ import turtle
# pen.hideturtle()
# turtle.done()
penl=turtle.Pen()
pen.pencolor("red")
penl=left(45)
penl=forward(100)
penl=circle(50,100)
penl=right(90)
penl=circle(50,100)
penl=forward(100)
penl.fillcolor("red")
penl.begin_fill()
penl.pencolor("red")
penl.left(45)
penl.forward(100)
penl.circle(50,180)
penl.right(90)
penl.circle(50,180)
penl.forward(100)
penl.end_fill()
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