Commit b1626474 by BellCodeEditor

save project

parent c293b8dd
Showing with 5 additions and 14 deletions
# 写入同学们的捐赠明细:'小兰:12本'、'小丽:11本'、'李文:9本'、'张伟:16本'
to=''
with open(r'C:\Users\002\Desktop\text.txt','r',encoding='UTF-8')as fill:
for i in fill:
print(i)
if '小强' in i:
date=i.replace('小强','小军')
to=to+date
print(to)
with open(r'C:\Users\002\Desktop\text.txt','w',encoding='UTF-8')as fill:
fill.write(to)
i=input("数学")
x=input("语文")
y=input("英语")
b[i,x,y]
\ 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