diy1.py 135 Bytes Edit 1 2 3 4 5 import turtle pen=turtle.Pen() pen.write("你好,你吃饭了吗,\n你出门了吗",font=("Times",25,"normal" )) turtle.done()