From 53d20720639bcbac2b271195ef63aea8d67f0f00 Mon Sep 17 00:00:00 2001
From: BellCodeEditor <bellcode_dev@bell.ai>
Date: Sat, 30 Mar 2024 10:41:28 +0800
Subject: [PATCH] auto save

---
 diy.py | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/diy.py b/diy.py
index 73f4492..7891ea7 100644
--- a/diy.py
+++ b/diy.py
@@ -1 +1,6 @@
-# 写入同学们的捐赠明细:'小兰:12本'、'小丽:11本'、'李文:9本'、'张伟:16本'
+file1= open(r'C:\\Users\\Administrator\\Desktop\\wsw.txt','w',encoding='utf-8')
+file1.write('小兰:12本\n')
+file1.write('小丽:11本\n')
+file1.write('李文:9本\n')
+file1.write('张伟:16本\n')
+file1.close()
--
libgit2 0.25.0