Commit cb8d2ec3 by BellCodeEditor

save project

parent efe2749c
Showing with 4 additions and 11 deletions
with open(r"C:\Users\DELL\Desktop\sales_list.txt",'r',encoding='utf-8') as i: with open(r"C:\Users\DELL\Desktop\sales_list.txt",'r',encoding='utf-8') as i:
u=i.read() u=i.readlines()
e=u.split('\n') for a in u:
t=0 d=
for j in e: \ No newline at end of file
y=j.split()
r=y[1:]
t+=r
print(t)
\ 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