Commit 7273ed87 by BellCodeEditor

auto save

parent 5ec53ebb
Showing with 10 additions and 0 deletions
a=open(r'c:\Users\86152\Desktop\sales_list.txt','r',encoding='utf-8')
b=a.readlines()
for i in b:
data=i.split()
#print(data[0])
#print(data[1:])
sum=0
for j in data[1:]:
sum=sum+int(j)
print(data[0]+"的义卖款合计:"+str(sum))
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