Commit 7a8203bf by BellCodeEditor

save project

parent 47ac4605
Showing with 30 additions and 27 deletions
# 写入同学们的捐赠明细:'小兰:12本'、'小丽:11本'、'李文:9本'、'张伟:16本'
#filel=open(r'C:\Users\admin\Documents\lesson10-2','w',encoding='utf-8')
#filel.write('小兰:12本\n')
#filel.write('李文:9本\n')
#filel.write('张伟:16本\n')
#filel.close()
#filel=open(r'C:\Users\CM\Desskpot\C:\Users\test.','a',encoding='utf-8')
#filel.write('小凌:16本\n')
#filel.write('小源:14本\n')
#filel.write('李凯:9本\n')
#filel.close()
#with open(r'C:\Users\CM\Desskpot\C:\Users\test.','a',encoding='utf-8')as filel:
#filel.write('小发:18本\n')
#for i in range(9):
# if '李文:9本'data:
# print("在")
# filel.repiace('李文:9本','李文:12本')
filel=open(r'C:\Users\CM\Desskpot\C:\Users\test.','a',encoding='utf-8')
filel.split()
print(filel[1:])
a=filel.readlines()
for i in a:
print(i)
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