diy1.py 128 Bytes Edit 1 2 3 4 5 import turtle pen=turtle.Pen() pen.write("你好,粑粑",font=("宋体",30,"normal")) pen.hideturtle() turtle.done()