diy1.py 124 Bytes Edit 1 2 3 4 5 import turtle pen=turtle.Pen() pen.write("诺依\n你好呀!",font=("times",30,"normal")) pen.hideturtle() turtle.done()