Commit f11aa413 by BellCodeEditor

auto save

parent 6b8dbb37
Showing with 1 additions and 1 deletions
......@@ -9,5 +9,5 @@ for i in data:
sum=sum+int(j)
d=b[0]+str(sum)+"\n"
h.append(d)
with open(r"c:\Users\hp\Documents\lesson13-1\1sales_list.txt","w", encoding="utf-8") as k:
with open(r"c:\Users\hp\Documents\lesson13-1\u666.txt","w", encoding="utf-8") as k:
k.writelines(h)
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