From 96c8dad4be72eb68dfa5464306991fad8a34cd53 Mon Sep 17 00:00:00 2001 From: BellCodeEditor <bellcode_dev@bell.ai> Date: Sun, 8 Dec 2024 11:54:50 +0800 Subject: [PATCH] auto save --- 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..89c5a85 --- /dev/null +++ b/diy.py @@ -0,0 +1,3 @@ +file1=open(r'C:\Users\MAKCOO\Desktop\新建文件夹','a',encoding='utf-8') +file1.write("小丽:11本\n") +file1.close() \ No newline at end of file -- libgit2 0.25.0