12234342.py 196 Bytes Edit 1 2 3 4 5 6 7 8 import turtle p=turtle.Pen() p.up() p.pencolor("red") p.goto(-240,-180) p.down() p.write("你干嘛~嗨嗨哟!\n你劈我瓜是吧\n撒日郎!",font=("Times",50,"normal")) turtle.done()