Commit 553bb21b by BellCodeEditor

auto save

parent cfa7fc19
Showing with 2 additions and 0 deletions
...@@ -11,3 +11,4 @@ for i in a: ...@@ -11,3 +11,4 @@ for i in a:
final_sum.append(result) final_sum.append(result)
with open(r'C:\Users\Administrator\Desktop\new_salelist.txt','a',encoding='utf-8') as file: with open(r'C:\Users\Administrator\Desktop\new_salelist.txt','a',encoding='utf-8') as file:
file.writelines(final_sum) file.writelines(final_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