diy1.py 208 Bytes Edit 1 2 3 4 5 6 7 # 利用write()帮助悟空给诺依回复议脏贺卡 import turtle #书写文字 pen=turtle. pen() pen.write("Hi,诺一~\n用python写电纸贺卡真是太有趣了",) pen.hideturtie() turtle.done()