Commit d70d3702 by BellCodeEditor

save project

parent f680240a
Showing with 6 additions and 3 deletions
with open(r'C:\Users\123\Documents\lesson13-1\sales_list.txt','r',encoding='utf-8') as file:
a=file.readlines()
for i in a:
print(i)
#print(a)
\ No newline at end of file
d=i.split()
b=0
for c in d[1:]:
b=b+int(c)
print(d[0]+str(b))
\ 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