Commit f2b6473e by BellCodeEditor

auto save

parent 6471c4e9
Showing with 1 additions and 1 deletions
...@@ -4,7 +4,7 @@ pen=turtle.Pen() ...@@ -4,7 +4,7 @@ pen=turtle.Pen()
# pen.write("sb",font=("Times",20,"normal")) # pen.write("sb",font=("Times",20,"normal"))
# pen.hideturtle() # pen.hideturtle()
# turtle.done() # turtle.done()
pen.pensize(100) pen.pensize(20)
pen.pencolor("red") pen.pencolor("red")
pen.left(45) pen.left(45)
pen.forward(100) pen.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