diff --git a/diy1.py b/diy1.py index d184b94..e4a1527 100644 --- a/diy1.py +++ b/diy1.py @@ -1,6 +1,6 @@ # 利用write()帮助悟空给诺依回信吧~ import turtle pen=turtle.Pen() -pen.write("诺依,\nturtle真好用,\n我会在画书上写字啦!可以打死你了",font=("Times",30," normal")) +pen.write("诺依,\nturtle真好用,\n我会在画书上写字啦!",font=("Times",30," normal")) pen.hideturtle() turtle.done()