Commit ad73f1f4 by BellCodeEditor

save project

parent b8c8b0d6
Showing with 2 additions and 2 deletions
...@@ -12,6 +12,6 @@ for i in b: ...@@ -12,6 +12,6 @@ for i in b:
#print(c[0]) #print(c[0])
#print(c[1:]) #print(c[1:])
with open(r'"C:\Users\qiong tie\Desktop\new_sales_list.txt','a',encoding='utf-8') as file: with open(r'C:\Users\qiong tie\Desktop\new_sales_list.txt','a',encoding='utf-8') as file:
fine.writelines(qt) file.writelines(qt)
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