From f094b1c5ff7b251cf881d1c27c27948dbb24cd80 Mon Sep 17 00:00:00 2001
From: BellCodeEditor <bellcode_dev@bell.ai>
Date: Sat, 29 Oct 2022 18:51:35 +0800
Subject: [PATCH] save project
---
diy1.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/diy1.py b/diy1.py
index 85ce3b6..2d6a83c 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("1234567890","1234567890")
len=int(len)
pen=turtle.Pen()
-pen.write("你好\nSB.",font=("Times",30,"normal"))
+pen.write("你好\n你是\nxxx吗?",font=("Times",30,"normal"))
pen.hideturtle()
len=60
pen.penup()
--
libgit2 0.25.0