Commit adaf1c2f by BellCodeEditor

save project

parent 903e7ded
Showing with 2 additions and 0 deletions
...@@ -4,6 +4,8 @@ import turtle ...@@ -4,6 +4,8 @@ import turtle
# pen.hideturtle() # pen.hideturtle()
# turtle.done() # turtle.done()
penl=turtle.Pen() penl=turtle.Pen()
pen1.pensize(5)
pen1.pencolor(red)
penl.left(45) penl.left(45)
penl.forward(100) penl.forward(100)
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