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",
w = 0
for b in i_i[1:]:
#print(b)
b = int(b)
w = b+w
print(w)
\ No newline at end of file
w = int(b)+w
print(i_i[0] + str(w))
\ 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