Commit d2e27196 by BellCodeEditor

auto save

parent 85e8588e
Showing with 3 additions and 2 deletions
......@@ -10,4 +10,5 @@ for i in a:
l.append(nm)
with open(r'c:\Users\栩栩\Documents\lesson13-1\sales_list1.txt','w',encoding = 'utf-8') as file:
file.writelines(l)
\ No newline at end of file
file.writelines(l)
print(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