Commit 9bff6a69 by BellCodeEditor

save project

parent ee884979
Showing with 2 additions and 2 deletions
......@@ -9,4 +9,4 @@ for i in b:
r=data[0]+str(sum)+'\n'
f.append(r)
with open(r"c:\Users\Administrator\Documents\lesson13-5\new_saleslist.txt","a",encoding='utf-8') as a:
a.readlines(f)
\ No newline at end of file
a.writelines(f)
\ 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