Commit 64ad9a64 by BellCodeEditor

auto save

parent 93993eb5
Showing with 1 additions and 0 deletions
...@@ -10,3 +10,4 @@ for i in a: ...@@ -10,3 +10,4 @@ for i in a:
final_sum.append(result) final_sum.append(result)
with open(r'c:\Users\10839\Desktop\finalsales_list.txt','a',encoding='utf-8')as file: with open(r'c:\Users\10839\Desktop\finalsales_list.txt','a',encoding='utf-8')as file:
file.writelines(final_sum) file.writelines(final_sum)
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