Commit 2a2584ac by BellCodeEditor

save project

parent 75745153
Showing with 2 additions and 0 deletions
...@@ -4,10 +4,12 @@ a=turtle.Pen() ...@@ -4,10 +4,12 @@ a=turtle.Pen()
# a.hideturtle() # a.hideturtle()
a.color("red") a.color("red")
a.pensize(20) a.pensize(20)
a.begin_fill()
a.left(45) a.left(45)
a.fd(100) a.fd(100)
a.circle(50,180) a.circle(50,180)
a.rt(90) a.rt(90)
a.circle(50,180) a.circle(50,180)
a.fd(100) a.fd(100)
a.end_fill()
turtle.done() 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