From d88cdf20d0ef13fc2e3cb59ca9098fe7cf22543e Mon Sep 17 00:00:00 2001 From: BellCodeEditor <bellcode_dev@bell.ai> Date: Fri, 4 Nov 2022 14:58:00 +0800 Subject: [PATCH] auto save --- diy1.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/diy1.py b/diy1.py index 85ce3b6..d7e2ddc 100644 --- a/diy1.py +++ b/diy1.py @@ -5,7 +5,7 @@ screen.bgcolor("light blue") len=screen.textinput("100","100") len=int(len) pen=turtle.Pen() -pen.write("你好\nSB.",font=("Times",30,"normal")) +pen.write("你好\nNY\n好久不见了,最近好吗?",font=("Times",30,"normal")) pen.hideturtle() len=60 pen.penup() -- libgit2 0.25.0