Commit f9b952ae by BellCodeEditor

save project

parent f00a3d58
Showing with 3 additions and 1 deletions
...@@ -2,4 +2,6 @@ ...@@ -2,4 +2,6 @@
file=open(r'c:\users\legao-002\desktop\hhh.txt','w',encoding='utf-8') file=open(r'c:\users\legao-002\desktop\hhh.txt','w',encoding='utf-8')
file.write("hhh") file.write("hhh")
file.close() file.close()
with open(r"c:\Users\Administrator\desktop\text.txt","a",encoding='utf-8')as fill:
fill.writw("小兰:12本")
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment