Commit beb86f2f by BellCodeEditor

auto save

parent 10c94489
Showing with 1 additions and 2 deletions
...@@ -4,8 +4,7 @@ with open(r'c:\Users\admin\Documents\lesson13-3\sales_list.txt','r',encoding='ut ...@@ -4,8 +4,7 @@ with open(r'c:\Users\admin\Documents\lesson13-3\sales_list.txt','r',encoding='ut
for i in a: for i in a:
sum=0 sum=0
for i in data[1:]: for i in data[1:]:
sum=sum+int(a)
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