Commit 077f3e4d by BellCodeEditor

auto save

parent dbe79435
Showing with 2 additions and 0 deletions
......@@ -12,3 +12,4 @@ with open(r'd:\Desktop\sales_list.txt','r',encoding='utf-8') as sales_list:
print(l)
with open(r'd:\Desktop\sales_list.txt','w',encoding='utf-8') as sales_list:
sales_list.writelines(l)
\ 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