Commit d443b539 by BellCodeEditor

save project

parent af406c84
Showing with 10 additions and 0 deletions
#fill1=open(r'c:\Users\maku\Desktop\sales_list.txt','r',encoding='utf-8')
#fill1.read()
with open(r'c:\Users\maku\Desktop\sales_list.txt','r',encoding='utf-8')as fill1:
d=fill1.readlines()
for i in d:
c=i.split()
b=0
for a in c[i:]:
b=b+a
print(b)
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