Commit c5f1164d by BellCodeEditor

save project

parent bd9cfbe1
Showing with 13 additions and 6 deletions
...@@ -13,10 +13,17 @@ pen.goto(100,100) ...@@ -13,10 +13,17 @@ pen.goto(100,100)
pen.pendown() pen.pendown()
pen.pensize(5) pen.pensize(5)
pen.pencolor("red") pen.pencolor("red")
pen.left(45) pen1=turtle.Pen()
pen.forward(2*len) pen1.left(45)
pen.circle(len,180) pen1.forward(100)
pen.right(90) pen1.circle(50,180)
pen.circle(len,180) pen1.right(90)
pen.forward(2*len) pen1.circle(50,180)
pen1.forward(100)
turtle.done()
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