Commit f0499011 by BellCodeEditor

save project

parent 6b1ea7d3
Showing with 2 additions and 0 deletions
...@@ -5,6 +5,8 @@ import turtle ...@@ -5,6 +5,8 @@ import turtle
# pen.hideturtle() # pen.hideturtle()
# turtleturtle.done() # turtleturtle.done()
pen2=turtle.Pen() pen2=turtle.Pen()
pen2.pensize(100)
pen2.pencolor("pink")
pen2.left(45) pen2.left(45)
pen2.forward(100) pen2.forward(100)
pen2.circle(50,180) pen2.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