From 4081ae4e47e8fd3f9de17011d4741f02337765a7 Mon Sep 17 00:00:00 2001 From: BellCodeEditor <bellcode_dev@bell.ai> Date: Sat, 26 Nov 2022 19:09:46 +0800 Subject: [PATCH] auto save --- diy1.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/diy1.py b/diy1.py index 85ce3b6..65d11a4 100644 --- a/diy1.py +++ b/diy1.py @@ -2,10 +2,10 @@ import turtle screen=turtle.Screen() screen.bgcolor("light blue") -len=screen.textinput("100","100") +len=screen.textinput("0","0") len=int(len) pen=turtle.Pen() -pen.write("你好\nSB.",font=("Times",30,"normal")) +pen.write("床头明月光,\n疑是地上霜。\n举头望明月,\n低头思故乡。.",font=("Times",30,"normal")) pen.hideturtle() len=60 pen.penup() -- libgit2 0.25.0