From f9fd55e0b25adcf77112cd7c0cf93a93ef571fb2 Mon Sep 17 00:00:00 2001 From: BellCodeEditor <bellcode_dev@bell.ai> Date: Tue, 19 Jul 2022 16:40:30 +0800 Subject: [PATCH] save project --- diy1.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/diy1.py b/diy1.py index ee486ed..8f6f608 100644 --- a/diy1.py +++ b/diy1.py @@ -1,11 +1,7 @@ # 利用write()帮助悟空给诺依回信吧~ import turtle -screen=turtle.Screen() -screen.bgcolor("light blue") -len=screen.textinput("100","100") -len=int(len) pen=turtle.Pen() -pen.write(你好Jeck,font=("Times",30,"normal")) +pen.write("你好Jeck",font=("Times",30,"normal")) pen.hideturtle() len=60 pen.penup() -- libgit2 0.25.0