Commit a654ecd6 by BellCodeEditor

save project

parent 2c276f1d
Showing with 2 additions and 2 deletions
...@@ -9,4 +9,4 @@ for i in a: ...@@ -9,4 +9,4 @@ for i in a:
sblyc=sbwgh[0]+str(lsbwgh)+'\n' sblyc=sbwgh[0]+str(lsbwgh)+'\n'
sum.append(sblyc) sum.append(sblyc)
with open(r'c:\Users\admin\Documents\lesson13-1\sales_list.txt','a',encoding='utf-8') as file: with open(r'c:\Users\admin\Documents\lesson13-1\sales_list.txt','a',encoding='utf-8') as file:
file.writable() file.writelines(sum)
\ No newline at end of file \ 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