import turtle pen=turtle.Pen() pen.write("诺依你好,\n我会用turtle\n来写字了。",font=("Times",30,"normal")) pen.hideturtle() turtle.done()