Commit 6bc16443 by BellCodeEditor

save project

parent c9f5b3de
Showing with 19 additions and 4 deletions
with open("sales_list.txt",'r',encoding='utf-8') as f1: with open("sales_list.txt",'r',encoding='utf-8') as f1:
nr=f1.readlines() nr=f1.readlines()
shuju=[]
for i in nr: for i in nr:
data=i.split() data=i.split()
sum=0 sum=0
for s in data[1:]: for s in data[1:]:
sum=sum+int(s) sum=sum+int(s)
jg=data[0]+str(sum) jg=data[0]+str(sum)+"\n"
print(jg) shuju.append(jg)
\ No newline at end of file with open("new_list.txt",'w',encoding='utf-8') as f2:
f2.writelines(shuju)
\ No newline at end of file
悟空348
诺依380
小贝182
李丽201
宋扬107
王明245
李强164
孙小白222
苏琪137
刘若若147
刘阳226
王胜男123
王娇131
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