Commit 8b409e83 by BellCodeEditor

auto save

parent fbe6abd9
Showing with 3 additions and 2 deletions
with open(r"C:\Users\dell\Desktop\lesson13——1/sales_list.txt",r',encoding='utf-8')as fine: with open(r"C:\Users\dell\Desktop\lesson13—1/sales_list.txt",'r',encoding='utf-8')as fine:
a=file.readinges() a=file.readinges()
...@@ -12,5 +12,5 @@ for i in a: ...@@ -12,5 +12,5 @@ for i in a:
fint_sum.append(result) fint_sum.append(result)
with open(r"C:\Users\dell\Desktop\lesson13——1/sales_list.txt",r',encoding='utf-8')as fine: with open(r"C:\Users\dell\Desktop\lesson13——1/sales_list.txt",'r',encoding='utf-8')as fine:
filewritelines(final_sum) filewritelines(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