From 0dfa2ffd1cc656446633bd29a79909de93c4d87c Mon Sep 17 00:00:00 2001
From: BellCodeEditor <bellcode_dev@bell.ai>
Date: Sat, 16 Dec 2023 15:16:51 +0800
Subject: [PATCH] save project

---
 diy1.py | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/diy1.py b/diy1.py
index 4da496c..e3c9bb6 100644
--- a/diy1.py
+++ b/diy1.py
@@ -5,7 +5,13 @@ screen.bgcolor("light pink")
 len=screen.textinput("100","100")
 len=int(len)
 pen=turtle.Pen()
-pen.write("你好\n诺依你吃了吗.",font=("Times",50,"normal"))
+pen.penup()
+pen.goto(100,-100)
+pen.pendown()
+pen.write("你好\n诺依你吃了吗.",font=("Times",20,"normal"))
+pen.penup()
+pen.goto(0,0)
+pen.pendown()
 pen.pencolor("red")
 pen.pensize(5)
 pen.left(45)
--
libgit2 0.25.0