Commit d65d37b4 by BellCodeEditor

save project

parent 419c55c9
Showing with 2 additions and 2 deletions
......@@ -8,8 +8,8 @@ for i in a:
for b in c[1:]:
d+=int(b)
print(c[0]+str(d))
with open(r'C:\Users\Administrator\Documents\lesson13-1\sales_list.txt','r',encoding='utf-8') as fil
with open(r'C:\Users\Administrator\Documents\lesson13-1\sales_list.txt','r',encoding='utf-8') as file:
file.writelines(f)
print(s)
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