o.py 143 Bytes Edit 1 2 3 4 5 import turtle pen=turtle.Pen() pen.write("北国风光\n千里冰封",font=("华文琥珀",78,"italic")) pen.hideturtle() turtle.done()