Commit 2b567e9e by BellCodeEditor

save project

parent 103d34c6
Showing with 1 additions and 1 deletions
...@@ -6,8 +6,8 @@ screen=turtle.Screen() ...@@ -6,8 +6,8 @@ screen=turtle.Screen()
screen.bgcolor("light blue") screen.bgcolor("light blue")
penl=turtle.Pen() penl=turtle.Pen()
penl.pencoize(5)
penl.pencolor("red") penl.pencolor("red")
penl.pensize(5)
penl.left(45) penl.left(45)
penl.forward(2*len) penl.forward(2*len)
penl.circle(50,180) penl.circle(50,180)
......
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