Commit b3eb6dd9 by BellCodeEditor

save project

parent 200066f3
Showing with 3 additions and 4 deletions
...@@ -7,6 +7,5 @@ with open("C:\\Users\\Administrator\\Documents\\lesson13-1\\sales_list.txt","r", ...@@ -7,6 +7,5 @@ with open("C:\\Users\\Administrator\\Documents\\lesson13-1\\sales_list.txt","r",
w = 0 w = 0
for b in i_i[1:]: for b in i_i[1:]:
#print(b) #print(b)
b = int(b) w = int(b)+w
w = b+w print(i_i[0] + str(w))
print(w) \ No newline at end of file
\ No newline at end of file
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