Commit bf9ef09a by BellCodeEditor

save project

parent 86b5de3d
Showing with 1 additions and 1 deletions
......@@ -13,7 +13,7 @@ for i in a:
d.append(c)
with open(r'c:\Users\Administrator\Desktop\sales_list.txt','r',encoding='utf-8')as file1:
with open(r'c:\Users\Administrator\Desktop\sales_list.txt','a',encoding='utf-8')as file1:
file.writelines(d)
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