Commit b1c75809 by BellCodeEditor

auto save

parent f30b79f5
Showing with 8 additions and 6 deletions
#file1=open(r"C:\Users\Think\Desktop\新建文件夹\test.txt","w",encoding='utf-8') with open(r"C:\Users\Think\Desktop\Mixly\新建文件夹\test.txt","a",encoding='utf-8')as file1:
#file1.write('小兰:12本\n') file1.write('小强:10本\n')
#file1.close() file1.write('小兰:12本\n')
with open(r"C:\Users\Think\Desktop\新建文件夹\test.txt","a",encoding='utf-8')as file: file1.write('小人:17本\n')
file.write("小钱:17本\n") with open(r"C:\Users\Think\Desktop\Mixly\新建文件夹\test.txt","a",encoding='utf-8')as file1:
\ No newline at end of file file1.write('小会:12本\n')
"C:\Users\Think\Desktop\新建文本文档.txt"
\ No newline at end of file
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