From 4a38ef654d42a164e9369bc19f614bd5c513142b Mon Sep 17 00:00:00 2001 From: BellCodeEditor <bellcode_dev@bell.ai> Date: Thu, 29 Sep 2022 16:05:51 +0800 Subject: [PATCH] auto save --- diy1.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/diy1.py b/diy1.py index 4d60d8c..4adbb5b 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("你好,诺依\n用Python写电子贺卡太有趣啦!",font=("Times",20,"normal")) +pen.write("你好,诺依\n收到你的贺卡我很开心!",font=("Times",10,"normal")) pen.hideturtle() len=60 pen.penup() -- libgit2 0.25.0