Commit 30b97020 by BellCodeEditor

save project

parent 7656b1b3
Showing with 1 additions and 1 deletions
...@@ -7,4 +7,4 @@ with open(r'c:\Users\XMBC\Documents\lesson13-1\sales_list.txt','r',encoding='utf ...@@ -7,4 +7,4 @@ with open(r'c:\Users\XMBC\Documents\lesson13-1\sales_list.txt','r',encoding='utf
for sales in data[1:]: for sales in data[1:]:
a=int(sales) a=int(sales)
sum=sum+a sum=sum+a
print(sum) print(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