Commit 26297bda by BellCodeEditor

save project

parent 3b7ac796
Showing with 1 additions and 1 deletions
......@@ -13,7 +13,7 @@ for i in a:
sum=sum+int(sales)
qq=www[0]+str(sum)+"\n"
aasum.append(qq)
with open(r"c:\Users\EDZ\Documents\lesson13-1\sales_list.txt","a",encoding="utf-8") as file:
with open(r"c:\Users\EDZ\Documents\lesson13-1\sales_list.txt","a",encoding="utf-8") as file:
file.writelines(aasum)
......
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