Commit ecbaccd6 by BellCodeEditor

auto save

parent be880a24
Showing with 6 additions and 0 deletions
...@@ -4,3 +4,8 @@ pen=turtle.Pen() ...@@ -4,3 +4,8 @@ pen=turtle.Pen()
pen.write("你好呀!",font=("Times",30,"normal")) pen.write("你好呀!",font=("Times",30,"normal"))
pen.hideturtle() pen.hideturtle()
turtle.done() turtle.done()
pen1=turtle.done()
pen1=pensize(5)
pen1=pencolor("red")
left(45)
forward(100)
\ No newline at end of file
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