Commit 3dc5f34c by BellCodeEditor

auto save

parent dafd549d
Showing with 2 additions and 1 deletions
......@@ -6,7 +6,7 @@ for i in a:
sum=0
for seles in data[1:]:
sum=sum+int(seles)
reslut=data[0]+str(sum)
reslut=data[0]+str(sum)
fiml_sum.append(reslut)
with open(r'C:\Users\Administrator\Desktop\sales_list.txt','a',encoding='utf-8')as file1:
file1.writelines(fiml_sum)
\ 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