Commit ba8b5785 by BellCodeEditor

save project

parent 4f431247
Showing with 7 additions and 2 deletions
......@@ -10,9 +10,13 @@ Pen.hideturtle()
Pen1=turtle.Pen()
Pen1.pencolor("pink")
Pen1.pensize(5)
len=60
Pen1.left(85)
Pen1.circle(50,140)
Pen1.circle(len,140)
Pen1.pencolor("brown")
Pen1.circle(3,360)
Pen1.pencolor("pink")
Pen1.right(90)
Pen1.circle(50,140)
Pen1.circle(len,140)
Pen1.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