Commit ee22ed73 by BellCodeEditor

save project

parent 7dcca936
Showing with 1 additions and 1 deletions
...@@ -11,5 +11,5 @@ with open(r'/Users/edz/Desktop/sales_list.txt','r',encoding='utf_8') as a: ...@@ -11,5 +11,5 @@ with open(r'/Users/edz/Desktop/sales_list.txt','r',encoding='utf_8') as a:
f=c[0]+str(d)+ '\n' f=c[0]+str(d)+ '\n'
g.append(f) g.append(f)
print(f) print(f)
with open(r'/Users/edz/Desktop/newsales_list.txt','a',encoding='utf_8') as a: with open(r'/Users/edz/Desktop/newsales_list.txt','w',encoding='utf_8') as a:
a.writelines(g) a.writelines(g)
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