diy1.py 125 Bytes Edit 1 2 3 4 import turtle as t t.write("你好,\n过得咋样?\n干吗呢?",font = ("Time",50,"normal")) t.hideturtle() t.done()