From e997b083cc8a2e09861cbe074ccb155d894e5b14 Mon Sep 17 00:00:00 2001
From: BellCodeEditor <bellcode_dev@bell.ai>
Date: Mon, 22 Mar 2021 21:01:05 +0800
Subject: [PATCH] save project

---
 Untitled-1.py.py | 38 ++++++++++++++++++++++++++++++++++++++
 diy1.py          | 11 +++++++++++
 2 files changed, 49 insertions(+)
 create mode 100644 Untitled-1.py.py
 create mode 100644 diy1.py

diff --git a/Untitled-1.py.py b/Untitled-1.py.py
new file mode 100644
index 0000000..a0b5fc7
--- /dev/null
+++ b/Untitled-1.py.py
@@ -0,0 +1,38 @@
+import turtle
+pen = turtle.Pen()
+
+pen.write("宇日俱曾生亿个!",font=("Times",20,"normal"))
+turtle.done()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/diy1.py b/diy1.py
new file mode 100644
index 0000000..6c726d7
--- /dev/null
+++ b/diy1.py
@@ -0,0 +1,11 @@
+import turtle
+pen = turtle.Pen()
+
+pen.left(45)
+pen.forward(100)
+pen.circle(50,180)
+pen.right(90)
+pen.circle(50,180)
+pen.forward(100)
+turtle.done()
+
--
libgit2 0.25.0