Commit 56efac88 by BellCodeEditor

auto save

parent 682883f5
Showing with 0 additions and 3 deletions
......@@ -6,5 +6,3 @@ with open (r"C:\Users\win10\Documents\lesson13-1\sales_list.txt","r",encoding='U
for o in p[1: ]:
u=u+int(o)
print(p[0]+str(u))
with open (r"C:\Users\win10\Documents\lesson13-1\sales_list.txt","w",encoding='UTF-8') as 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