From f4040d9ff11ccd02e83b5415f34083e89edc617b Mon Sep 17 00:00:00 2001
From: BellCodeEditor <bellcode_dev@bell.ai>
Date: Sat, 19 Oct 2024 11:38:53 +0800
Subject: [PATCH] save project

---
 diy.py | 3 +++
 1 file changed, 3 insertions(+)
 create mode 100644 diy.py

diff --git a/diy.py b/diy.py
new file mode 100644
index 0000000..70548c4
--- /dev/null
+++ b/diy.py
@@ -0,0 +1,3 @@
+with open(r'D:\王欣语\a.txt','a',encoding='UTF-8') as book:
+    book.write('小强:33本\n')
+    book.write('小二:10本\n')
--
libgit2 0.25.0