Commit 275665f4 by BellCodeEditor

save project

parent 5ee455b9
Showing with 2 additions and 2 deletions
...@@ -12,4 +12,4 @@ for i in a: ...@@ -12,4 +12,4 @@ for i in a:
with open(r"c:\sales_list.txt\new_sales_list.txt.txt","a",encoding='utf-8') as file: with open(r"c:\sales_list.txt\new_sales_list.txt.txt","a",encoding='utf-8') as file:
file.wrtelines(final_sum) file.writelines(final_sum)
\ No newline at end of file \ 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