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:
u=i.read()
e=u.split('\n')
t=0
for j in e:
y=j.split()
r=y[1:]
t+=r
print(t)
\ No newline at end of file
u=i.readlines()
for a in u:
d=
\ 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