ejd.py 117 Bytes Edit 1 2 3 4 5 import turtle p=turtle.Pen() p.write("你好\n谢谢你",font=("Times",40,"normal")) p.hideturtle() turtle.done()