diff --git a/diy1.py b/diy1.py index 688ceb1..c1e4b99 100644 --- a/diy1.py +++ b/diy1.py @@ -3,4 +3,4 @@ import turtle pen=turtle.Pen() pen.write("你好\n诺伊",font=("Times",20,"normal")) pen.hideturtle() -turtle.done() \ No newline at end of file +turtle.done()