Commit 565e9f72 by BellCodeEditor

save project

parent aa63b1ca
Showing with 14 additions and 8 deletions
filel=open(r"C:\\Users\\Administrator\\Desktop\\test.txt",'w',encoding='utf-8') # filel=open(r"C:\\Users\\Administrator\\Desktop\\test.txt",'w',encoding='utf-8')
#写入数据 # #写入数据
filel.write('小兰:12本\n') # filel.write('小兰:12本\n')
filel.write('小丽:11本\n') # filel.write('小丽:11本\n')
filel.write('李文:9本\n') # filel.write('李文:9本\n')
filel.write('张伟:16本\n') # filel.write('张伟:16本\n')
#关闭文件 # #关闭文件
filel.close() # filel.close()
with open(r'C:\\Users\\Administrator\\Desktop\\test.txt",'w',encoding='utf-8')
file.write('小强:11\n')
file.write('小丽:10\n')
file.write('12\n')
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