import turtle
pen=turtle.pen
pen.write("你好",font=("Times",20,"normal"))
pen.hideturtle()
turtle.done()