Commit 419c55c9 by BellCodeEditor

save project

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