From 1b49882e7d17c08ccfcf9fe3c6584d1a4e2fcffc Mon Sep 17 00:00:00 2001 From: BellCodeEditor <bellcode_dev@bell.ai> Date: Sat, 15 Jul 2023 10:07:01 +0800 Subject: [PATCH] save project --- diy.py | 3 +++ ss.py | 6 ++++++ 2 files changed, 9 insertions(+) create mode 100644 diy.py create mode 100644 ss.py diff --git a/diy.py b/diy.py new file mode 100644 index 0000000..2f75172 --- /dev/null +++ b/diy.py @@ -0,0 +1,3 @@ +with open(r'C:\Users\Administrator\Desktop\test.txt','a',encoding='utf-8') as f: + f.write('小兰: 12本,小丽: 11本,李文 9本,张伟:16本,小强:12本,李明:15本') + \ No newline at end of file diff --git a/ss.py b/ss.py new file mode 100644 index 0000000..6e2afc2 --- /dev/null +++ b/ss.py @@ -0,0 +1,6 @@ + + + + f=open(r'C:\Users\Administrator\Desktop\test.txt','w',encoding='utf-8') + f.write('小兰: 12本,小丽: 11本,李文 9本,张伟:16本') + f.close() \ No newline at end of file -- libgit2 0.25.0