Commit be9ef87f by BellCodeEditor

save project

parent 6d4ecfbe
Showing with 5 additions and 4 deletions
......@@ -10,11 +10,12 @@ pen.hideturtle()
pensb = turtle.Pen()
pensb.pencolor("red")
pensb.pensize(5)
len=60
pensb.left(45)
pensb.forward(100)
pensb.circle(50,180)
pensb.forward(2*len)
pensb.circle(len,180)
pensb.right(90)
pensb.circle(50,180)
pensb.forward(100)
pensb.circle(len,180)
pensb.forward(2*len)
pensb.hideturtle()
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