diy1.py 177 Bytes Edit 1 2 3 4 5 # 利用write()帮助悟空给诺依回信吧~ import turtle p=turtle.Pen() p.write("12345678901234567890,哈哈,你猜呀!",font=("黑体",20,"normal")) turtle.done()