diy1.py 156 Bytes Edit 1 2 3 4 5 # 利用write()帮助悟空给诺依回信吧~ import turtle pen=turtle.Pen() pen.write("恭喜你\n被绿了",font=("times",20,"normal")) turtle.done()