1.py 100 Bytes Edit 1 2 3 4 import turtle pen=turtle.Pen() pen.write('你好呀!',font=('Times',20,'normal')) turtle.done()