Commit d1eef499 by BellCodeEditor

save project

parent 0e2e930a
Showing with 3 additions and 3 deletions
...@@ -9,5 +9,5 @@ for i in a: ...@@ -9,5 +9,5 @@ for i in a:
sum=sum+int(c) sum=sum+int(c)
d=b[0]+str(sum)+"\n" d=b[0]+str(sum)+"\n"
e.append(d) e.append(d)
with open (r'c:\Users\EDY\Documents\lesson13_2\sales.txt','a',encoding='utf-8')as homos: with open (r'c:\Users\EDY\Documents\lesson13_2\sales.txt','a',encoding='utf-8')as homo:
homos.writelines(e) homo.writelines(e)
\ 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