From 7d041e36b3a714db239d335f625e65bdc485ee5f Mon Sep 17 00:00:00 2001
From: BellCodeEditor <bellcode_dev@bell.ai>
Date: Sun, 15 Oct 2023 17:14:03 +0800
Subject: [PATCH] save project

---
 diy1.py | 17 +++++++----------
 1 file changed, 7 insertions(+), 10 deletions(-)

diff --git a/diy1.py b/diy1.py
index 48b53b4..dbaf568 100644
--- a/diy1.py
+++ b/diy1.py
@@ -5,14 +5,11 @@ import turtle
 # pen.hideturtle()
 
 
-pen=turtle.Pen()
-pen.pensize(5)
-pen.pencolor("blue")
-pen.left(45)
-pen.forward(100)
-pen.circle(50,180)
-pen.right(90)
-pen.circle(50,180)
-pen.forward(100)
+pen=turtle.pen()
+pen.penup()
+pen.goto(100,-100)
+pen.write()
+pen.write(Hi,诺依)
 pen.hideturtle()
-turtle.done()
\ No newline at end of file
+
+pen1=
\ No newline at end of file
--
libgit2 0.25.0