diy1.py 141 Bytes Edit 1 2 3 4 5 import turtle pen=turtle.Pen() pen.write("你个老人机\nturtle都不会用",font=("Times",20,"normal")) pen.hideturtle() turtle.done()