Commit d4673c92 by BellCodeEditor

save project

parent c6a48def
Showing with 2 additions and 1 deletions
...@@ -10,5 +10,5 @@ for i in a: ...@@ -10,5 +10,5 @@ for i in a:
result = data[0]+str(sum) result = data[0]+str(sum)
final_sun.append(result) final_sun.append(result)
with open(r'C:\Users\Admin\Documents\lesson13-1\sales_list.txt','r',encoding='utf-8') as file: with open(r'C:\Users\Admin\Documents\lesson13-1\new_sales_list.txt','r',encoding='utf-8') as file:
file.writelines(final_sun) file.writelines(final_sun)
\ 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