Commit e3c0edd4 by BellCodeEditor

save project

parent 836a375c
Showing with 2 additions and 1 deletions
...@@ -13,5 +13,5 @@ with open(r'C:\Users\23636\Desktop\sales_list.txt','r',encoding='utf-8') as file ...@@ -13,5 +13,5 @@ with open(r'C:\Users\23636\Desktop\sales_list.txt','r',encoding='utf-8') as file
final_sum.append(result) final_sum.append(result)
print(sum) print(sum)
with open(r'C:\Users\23636\Desktop\zixing.txt','r',encoding='utf-8') as file:) with open(r'C:\Users\23636\Desktop\zixing.txt','r',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