From 6274dc41daf337637d877fb5f9713bcc9e989554 Mon Sep 17 00:00:00 2001
From: BellCodeEditor <bellcode_dev@bell.ai>
Date: Sat, 15 Apr 2023 18:50:50 +0800
Subject: [PATCH] save project

---
 1.py    | 5 +++++
 diy1.py | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)
 create mode 100644 1.py

diff --git a/1.py b/1.py
new file mode 100644
index 0000000..7d0acd2
--- /dev/null
+++ b/1.py
@@ -0,0 +1,5 @@
+import turtle
+pen=turtle.Pen()
+pen.write("你好,\n杨泽悦",font=("Times",30,"normal"))
+pen.hideturtle()
+turtle.done()
\ No newline at end of file
diff --git a/diy1.py b/diy1.py
index dd057df..0d7a57f 100644
--- a/diy1.py
+++ b/diy1.py
@@ -5,7 +5,7 @@ screen.bgcolor("light blue")
 len=screen.textinput("100","100")
 len=int(len)
 pen=turtle.Pen()
-pen.write("你好\n.",font=("Times",30,"normal"))
+pen.write("你好\n.杨泽悦",font=("Times",30,"normal"))
 pen.hideturtle()
 len=60
 pen.penup()
--
libgit2 0.25.0