# 利用write()帮助悟空给诺依回信吧~
import turtle
pen = turtle.Pen
pen.write("静夜思\n床前明月光,\n李白睡得香。\n看见x光,\n全家死光光。",font = ("Times",30,"normal"))
turtle.done()