Commit 6851104a by BellCodeEditor

save project

parent bfd2c269
Showing with 1 additions and 0 deletions
...@@ -8,6 +8,7 @@ pen=turtle.Pen() ...@@ -8,6 +8,7 @@ pen=turtle.Pen()
pen.penup() pen.penup()
pen.goto(-200,0) pen.goto(-200,0)
pen.write("你好",font=("Times",30,"normal")) pen.write("你好",font=("Times",30,"normal"))
pen.hideturtle()
pen1=turtle.Pen() pen1=turtle.Pen()
# pen1.circle(55) # pen1.circle(55)
# pen1.hideturtle() # pen1.hideturtle()
......
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