# 利用write()帮助悟空给诺依回信吧~
import turtle
pen=turtle.Pen()
pen.write("做好手中事,珍惜眼前人",font=("Times",20,"normal"))
pen.hideturtle()
turtle.done()