Commit 728592b2 by BellCodeEditor

save project

parent 9f145386
Showing with 2 additions and 1 deletions
......@@ -8,7 +8,8 @@ with open (r"C:\Users\windoins\Documents\lesson13-1\sales_list.txt","r",encoding
sum=0
for sales in new_i[1:]:
sum=sum+int(sales)
print(sum)
result=new_i[0]+str(sum)
print(result)
......
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