diy1.py 123 Bytes Edit 1 2 3 4 5 6 import turtle pen=turtle.Pen() pen.write('我草\n泥马',font=("Times",110,"normal")) pen.hideturtle turtle.done()