Commit 33c9e590 by BellCodeEditor

auto save

parent 4942ef9b
Showing with 2 additions and 0 deletions
......@@ -12,6 +12,7 @@ for i in data:
result = data[0]+str(sum)+'\n'
final_num.append(result)
with open(r"c:\Users\22\Documents\lesson13-1\sales_list2.txt",
'w',encoding='utf-8') as file1:
file1.writelines(final_num)
\ 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