Commit 98ccbee6 by BellCodeEditor

save project

parent cb70e1d1
Showing with 1 additions and 1 deletions
......@@ -4,7 +4,7 @@ with open(r'C:\Users\Administrator\Documents\lesson13-1\sales_list.txt','r',enco
for i in a:
c=i.split()
#print(c[0])
d=0
e=0
for b in c[1:]:
d+=int(b)
e=e+int(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