Commit 48f8bca6 by BellCodeEditor

auto save

parent da9583db
Showing with 2 additions and 2 deletions
...@@ -2,5 +2,5 @@ ...@@ -2,5 +2,5 @@
# ggg=open(r"C:\Users\maku\Desktop\book\rrr.py",'w',encoding='utf-8') # ggg=open(r"C:\Users\maku\Desktop\book\rrr.py",'w',encoding='utf-8')
# ggg.write('小兰:12本') # ggg.write('小兰:12本')
# ggg.close() # ggg.close()
with open(r"C:\Users\maku\Desktop\book\rrr.txt",'a',encoding='utf-8') as ggg: with open(r"C:\Users\maku\Desktop\book\rrr.txt",'r',encoding='utf-8') as ggg:
ggg.write('小兰:12本') ggg.read()
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