From c28d6656752d94bd3a8f3b24aa9859945929ccf7 Mon Sep 17 00:00:00 2001
From: BellCodeEditor <bellcode_dev@bell.ai>
Date: Sat, 2 Jul 2022 17:50:54 +0800
Subject: [PATCH] save project

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

diff --git a/diy.py b/diy.py
new file mode 100644
index 0000000..113abd6
--- /dev/null
+++ b/diy.py
@@ -0,0 +1,7 @@
+# 写入同学们的捐赠明细:'小兰:12本'、'小丽:11本'、'李文:9本'、'张伟:16本'
+file=open(r"C:\Users\EDY\Desktop\cnmdsbcnxmcnmgbcnmwdnmlgb.py.txt","w".encoding="utf-8")
+file.write('小兰:12本\n')
+file.write('小丽:11本\n')
+file.write('李文:9本\n')
+file.write('张伟:16本\n')
+file.close()
\ No newline at end of file
--
libgit2 0.25.0