diy1.py 122 Bytes Edit 1 2 3 4 import turtle Pen=turtle.Pen() Pen.write("诺依,谢\n谢你的来信!",font=("Times",40,"normal")) turtle.done()