From f6b832262cd4c26fae014c2d47dc1b08fb13b0e3 Mon Sep 17 00:00:00 2001 From: BellCodeEditor <bellcode_dev@bell.ai> Date: Sat, 30 Mar 2024 11:18:53 +0800 Subject: [PATCH] save project --- diy1.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/diy1.py b/diy1.py index 592bfe7..09cae7f 100644 --- a/diy1.py +++ b/diy1.py @@ -1,9 +1,9 @@ # 利用write()帮助悟空给诺依回信吧~ import turtle -screen=turtle.Screen() -screen.bgcolor("light blue") -len=screen.textinput("100","100") -len=int(len) pen=turtle.Pen() -pen.write("你好\n.",font=("Times",30,"normal")) +pen.write("你好呀,诺依",font=("Times",30,"normal")) +pen.hideturtle() turtle.done() + + + -- libgit2 0.25.0