diff --git a/diy1.py b/diy1.py index 4b260de..2183ef1 100644 --- a/diy1.py +++ b/diy1.py @@ -5,7 +5,7 @@ screen.bgcolor("light blue") len=screen.textinput("提示","你想要多大的爱心呀?") len=int(len) pen=turtle.Pen() -pen.write("你好/nfuck.",font=("Times",30,"normal")) +pen.write("你好\n诺依.",font=("Times",30,"normal")) pen.hideturtle() len=60 pen.penup()