diy1.py 126 Bytes Edit 1 2 3 4 5 import turtle pen=turtle.Pen() pen.write("Hi,\npython不有趣",font=("Times",18,"normal")) pen.hideturtle() turtle.done()