Commit 7806476c by BellCodeEditor

auto save

parent 5ec53ebb
Showing with 27 additions and 0 deletions
with open("sales_list.txt",'r',encoding="utf-8") as f:
a=f.readlines()
p=[]
for data in a:
b=data.split()
# print(b)
sum=0
for num in b[1:]:
sum+=int(num)
s=b[0]+str(sum)+"\n"
p.append(s)
with open("sales_sum.txt",'a+',encoding="utf-8") as f:
f.writelines(p)
\ 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