From a9941a0fa845b5e209a47a753696a663ce7e13ad Mon Sep 17 00:00:00 2001 From: BellCodeEditor <bellcode_dev@bell.ai> Date: Sun, 14 Aug 2022 17:24:54 +0800 Subject: [PATCH] auto save --- diy1.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/diy1.py b/diy1.py index 85ce3b6..4759a47 100644 --- a/diy1.py +++ b/diy1.py @@ -1,11 +1,11 @@ # 利用write()帮助悟空给诺依回信吧~ import turtle -screen=turtle.Screen() -screen.bgcolor("light blue") -len=screen.textinput("100","100") -len=int(len) +#screen=turtle.Screen() +#screen.bgcolor("light blue") +#len=screen.textinput("提示","请输入爱心的大小") +#len=int(len) pen=turtle.Pen() -pen.write("你好\nSB.",font=("Times",30,"normal")) +pen.write("你好\n.",font=("Times",30,"normal")) pen.hideturtle() len=60 pen.penup() -- libgit2 0.25.0