From 587a25e4208789b791ca14d097e46ecf7d19cd78 Mon Sep 17 00:00:00 2001 From: BellCodeEditor <bellcode_dev@bell.ai> Date: Sun, 9 May 2021 19:12:40 +0800 Subject: [PATCH] save project --- diy.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/diy.py b/diy.py index 73f4492..1383158 100644 --- a/diy.py +++ b/diy.py @@ -1 +1,4 @@ # 写入同学们的捐赠明细:'小兰:12本'、'小丽:11本'、'李文:9本'、'张伟:16本' +a = open(r"C:\Users\ycl77\Desktop\sfjbnqug.txt","w",encoding="UTF-8") +a.write("小兰:12本'、'小丽:11本'、'李文:9本'、'张伟:16本'") +a.close() -- libgit2 0.25.0