diy1.py 153 Bytes Edit 1 2 3 4 5 # 利用write()帮助悟空给回信吧~ import turtle pen=turtle.Pen() pen.write("你好啊!\n诺伊",font=("草书",999999,"normal")) turtle.done()