Commit 2455042d by BellCodeEditor

save project

parent de0363f7
Showing with 2 additions and 2 deletions
...@@ -9,4 +9,4 @@ for i in a: ...@@ -9,4 +9,4 @@ for i in a:
result=data[0]+str(sum)+'\n' result=data[0]+str(sum)+'\n'
fina_sum.append(result) fina_sum.append(result)
with open(r'C:\Users\A1\Documents\new_salelist.txt','a',encoding='utf-8')as file: with open(r'C:\Users\A1\Documents\new_salelist.txt','a',encoding='utf-8')as file:
file.writelines(final_sum) file.writelines(fina_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