Commit 334394c9 by BellCodeEditor

save project

parent c438038e
Showing with 1 additions and 1 deletions
...@@ -10,7 +10,7 @@ for i in a: ...@@ -10,7 +10,7 @@ for i in a:
result = data[0]+str(sum)+"\n" result = data[0]+str(sum)+"\n"
print(result) print(result)
b.append(result) b.append(result)
with open (r"c:\Users\EDZ\Documents\lesson13-1\sales_list.txt","a",encoding="utf-8") as c: with open (r"c:\Users\EDZ\Desktop\test.txt","a",encoding="utf-8") as c:
c.writelines(b) c.writelines(b)
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