From bc2427842d3fbee7fbaab50ecbb59b172a6dd2df Mon Sep 17 00:00:00 2001
From: BellCodeEditor <bellcode_dev@bell.ai>
Date: Sat, 15 Apr 2023 11:32:47 +0800
Subject: [PATCH] save project

---
 diy1.py                       |  1 +
 sdkjjvfakjdsjagkjfahjslfdj.py | 19 +++++++++++++++++++
 2 files changed, 20 insertions(+)
 create mode 100644 sdkjjvfakjdsjagkjfahjslfdj.py

diff --git a/diy1.py b/diy1.py
index f9a131d..34d4c83 100644
--- a/diy1.py
+++ b/diy1.py
@@ -3,6 +3,7 @@ import turtle
 screen=turtle.Screen()
 screen.bgcolor("light blue")
 len=screen.textinput("100","100")
+screen.sextinput("你想要多大的爱心呀","请输入大小")
 len=int(len)
 pen=turtle.Pen()
 pen.write("你好\nSB 250 2B尤智.",font=("Times",30,"normal"))
diff --git a/sdkjjvfakjdsjagkjfahjslfdj.py b/sdkjjvfakjdsjagkjfahjslfdj.py
new file mode 100644
index 0000000..b9985ec
--- /dev/null
+++ b/sdkjjvfakjdsjagkjfahjslfdj.py
@@ -0,0 +1,19 @@
+import turtle
+pen=turtle.Pen()
+screen=turtle.Screen()
+pen.penup()
+pen.goto(100,-100)
+screen.bgcolor("white")
+pen.write("你好,\n尤智xx.",font=("Times",30,"normal"))
+len=60
+pen1=turtle.Pen()
+pen1.pencolor("red")
+pen1.bgcolor("black")
+pen1.left(45)
+pen1.forward(2*len)
+pen1.circle(len,180)
+pen1.right(90)
+pen1.circle(len,180)
+pen1.forward(len*2)
+pen1.hideturtle()
+turtle.done()
\ No newline at end of file
--
libgit2 0.25.0