diff --git a/diy1.py b/diy1.py index c2c0f38..0fe13bb 100644 --- a/diy1.py +++ b/diy1.py @@ -2,4 +2,4 @@ import turtle pen = turtle.Pen() pen.write('你好呀!',font=('times',64,'normal')) pen.hideturtle() -pen.down +turtle.done()