diy1.py 194 Bytes Edit 1 2 3 4 5 import turtle pen=turtle.pen() pen.write("Hi,诺伊~\n用python写电子贺卡真是太不好玩了~\n我操你么python~\-- 你吧",font=("Tims",18,"mormal")) pen.hideturtle() turtle.done()