Commit 93e5ad5f by BellCodeEditor

save project

parent b589613d
Showing with 1 additions and 12 deletions
......@@ -18,16 +18,6 @@ pen.circle(len,180)
pen.right(90)
pen.circle(len,180)
pen.forward(2*len)
turtle.done()
pen = turtle.Pen()
pen.penup()
pen.goto(100,-100)
pen.pensize(5)
pen.pencolor("pink")
pen.left(45)
pen.forward(60)
pen.circle(30,180)
pen.right(90)
pen.circle(30,180)
pen.forward(60)
pen.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