Commit 014c36f0 by BellCodeEditor

save project

parent 256432b7
Showing with 9 additions and 4 deletions
......@@ -11,12 +11,16 @@ p1.pensize(5)
p1.pencolor("red")
p1.fillcolor("red")
p1.begin_fill()
len=60
p1.left(45)
p1.forward(100)
p1.circle(50,180)
p1.forward(2*len)
p1.circle(len,180)
p1.right(90)
p1.circle(50,180)
p1.forward(100)
p1.circle(len,180)
p1.forward(2*len)
# p1.penup()
# p1.goto(70,0)
# p1.circle(3,360)
p1.end_fill()
p1.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