diy1.py 110 Bytes Edit 1 2 3 4 import turtle pen=turtle.Pen() pen.write("你\n好\n呀",font=("华文彩云",30,"normal")) turtle.done()