From f1d8394a8ac86482bf883a56d1bdac7479666b1a Mon Sep 17 00:00:00 2001
From: BellCodeEditor <bellcode_dev@bell.ai>
Date: Mon, 4 Oct 2021 09:28:11 +0800
Subject: [PATCH] auto save

---
 DIY.py/1.py | 5 +++++
 DIY.py/2.py | 0
 2 files changed, 5 insertions(+)
 create mode 100644 DIY.py/1.py
 create mode 100644 DIY.py/2.py

diff --git a/DIY.py/1.py b/DIY.py/1.py
new file mode 100644
index 0000000..73f373c
--- /dev/null
+++ b/DIY.py/1.py
@@ -0,0 +1,5 @@
+import turtle
+pen=turtle.Pen()
+pen.write("ssssssss\nssssssssssss",font=("Times",40,"normal"))
+pen.hideturtle()
+turtle.done()
\ No newline at end of file
diff --git a/DIY.py/2.py b/DIY.py/2.py
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/DIY.py/2.py
--
libgit2 0.25.0