Commit 910ca45e by BellCodeEditor

save project

parent f0499011
Showing with 1 additions and 1 deletions
...@@ -5,7 +5,7 @@ import turtle ...@@ -5,7 +5,7 @@ import turtle
# pen.hideturtle() # pen.hideturtle()
# turtleturtle.done() # turtleturtle.done()
pen2=turtle.Pen() pen2=turtle.Pen()
pen2.pensize(100) pen2.pensize(150)
pen2.pencolor("pink") pen2.pencolor("pink")
pen2.left(45) pen2.left(45)
pen2.forward(100) pen2.forward(100)
......
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