diy1.py 182 Bytes Edit 1 2 3 4 5 6 7 import turtle pen=turtle.Pen() pen.write("床前明月光,\n疑是地上霜,\n举头望明月,\n低头思故乡。",font=("Times",20,"normal")) pen.hideturtle() turtle.done()