diy1.py 153 Bytes Edit 1 2 3 4 5 # 利用write()帮助悟空给诺依回信 import turtle pen=turtle.Pen() pen.write("你好呀,\n防护服",font=("Times",30,"normal")) turtle.done()