Commit 97a89309 by BellCodeEditor

save project

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