From f58c972d16a3d1d911a0799c7d23c53b744d4f77 Mon Sep 17 00:00:00 2001
From: BellCodeEditor <bellcode_dev@bell.ai>
Date: Sat, 1 Apr 2023 19:38:01 +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..f7f66b8 100644
--- a/diy1.py
+++ b/diy1.py
@@ -2,7 +2,7 @@
 import turtle
 screen=turtle.Screen()
 screen.bgcolor("light blue")
-len=screen.textinput("100","100")
+len=screen.textinput("300","100")
 len=int(len)
 pen=turtle.Pen()
 pen.write("你好\nSB.",font=("Times",30,"normal"))
--
libgit2 0.25.0