diy1.py 140 Bytes Edit 1 2 3 4 5 import turtle pen = turtle.Pen() pen.write("玛酷的小伙伴:\n你们好",font=("Times",30,"normal")) pen.hideturtle() turtle.done()