Commit e2b70bf1 by BellCodeEditor

save project

parent 3e2aef08
Showing with 3 additions and 0 deletions
......@@ -4,4 +4,7 @@ with open(r'c:\Users\玛酷\Desktop\sales_list.txt','r',encoding='utf-8') as b:
for i in a:
data=i.split()
print(data[1:])
sum=sum+int(sales)
print(sum)
with open(r'c:\Users\玛酷\Desktop\sales_list.txt','r',encoding='utf-8') as b:
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