diy1.py 269 Bytes Edit 1 2 3 4 5 6 7 8 9 # 利用write()帮助悟空给诺依回信吧~ import turtle # pen=turtle.Pen() # pen.write("你好\n诺伊.",font=("Times",30,"normal")) # #python3.91版本之前 # #turtle.write("你好\nSB.",True,align="center",font=("Times",30,"normal")) # turtle.done()