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