Commit 4f3ce142 by BellCodeEditor

save project

parent ef3705be
Showing with 3 additions and 3 deletions
files=open(r"C:\Users\win10\Desktop\1.txt",'w',encoding='utf-8') with open(r"C:\Users\win10\Desktop\1.txt",'a',encoding='utf-8')as f:
files.write("小兰:12本\n小丽:11本\n李文:9本\n张伟:16本") f.write('小伟:10本')
files.close()
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