From f9b952aea791ad8cdb8ca629423a76a1e70698dc Mon Sep 17 00:00:00 2001 From: BellCodeEditor <bellcode_dev@bell.ai> Date: Mon, 2 May 2022 16:44:21 +0800 Subject: [PATCH] save project --- diy.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/diy.py b/diy.py index 2b98fa1..00dda07 100644 --- a/diy.py +++ b/diy.py @@ -2,4 +2,6 @@ file=open(r'c:\users\legao-002\desktop\hhh.txt','w',encoding='utf-8') file.write("hhh") file.close() - +with open(r"c:\Users\Administrator\desktop\text.txt","a",encoding='utf-8')as fill: + fill.writw("小兰:12本") + -- libgit2 0.25.0