Commit 8db1a8c7 by BellCodeEditor

save project

parent 2a99f5bc
Showing with 1 additions and 2 deletions
...@@ -9,5 +9,4 @@ for i in a: ...@@ -9,5 +9,4 @@ for i in a:
result=data[0]+str(sum)+'\n' result=data[0]+str(sum)+'\n'
final_sum.append(result) final_sum.append(result)
with open(r"C:\Users\syyou\Desktop\sales_list.txt",'a',encoding='utf-8')as file: with open(r"C:\Users\syyou\Desktop\sales_list.txt",'a',encoding='utf-8')as file:
file.writelines(final_sum) file.writelines(final_
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