Commit a5ce13ac by BellCodeEditor

auto save

parent f5ef8d6a
Showing with 3 additions and 1 deletions
import turtle
pen=turtle.Pen()
pen.goto(100,-100)
pen.write("你好\n诺伊\n好久不见",font=("Times",20,"normal"))
pen.penup()
pen.write("你好\n诺伊\n好久不见",font=("Times",10,"normal"))
pen.hideturtle()
# turtle.done()
pen1=turtle.Pen()
......@@ -22,3 +23,4 @@ turtle.done()
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