Commit 882061f7 by BellCodeEditor

auto save

parent 34a25ac4
Showing with 2 additions and 1 deletions
...@@ -9,4 +9,4 @@ for i in a: ...@@ -9,4 +9,4 @@ for i in a:
g=z[0]+str(sum)+"/n" g=z[0]+str(sum)+"/n"
final_sum.append(g) final_sum.append(g)
with open(r'c:\Users\A2\Documents\lesson13-3\sales_list.txt','a',encoding='utf-8')as file: with open(r'c:\Users\A2\Documents\lesson13-3\sales_list.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