Commit d469c083 by BellCodeEditor

save project

parent b720b27e
Showing with 2 additions and 2 deletions
...@@ -9,11 +9,11 @@ penl=turtle.Pen() ...@@ -9,11 +9,11 @@ penl=turtle.Pen()
penl.pencoize(5) penl.pencoize(5)
penl.pencolor("red") penl.pencolor("red")
penl.left(45) penl.left(45)
penl.forward(100) penl.forward(2*len)
penl.circle(50,180) penl.circle(50,180)
penl.right(90) penl.right(90)
penl.circle(50,180) penl.circle(50,180)
penl.forward(100) penl.forward(2*len)
penl.hideturtle() penl.hideturtle()
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