Commit d73fe859 by BellCodeEditor

save project

parent 91657e18
Showing with 2 additions and 1 deletions
with open(r'c:\Users\CM\Desktop\sales_list.txt','r',encoding='Utf-8')as file: with open(r'c:\Users\CM\Desktop\sales_list.txt','r',encoding='Utf-8')as file:
a=file.read() a=file.read()
final_sum=[]
print(a) print(a)
for i in a: for i in a:
print(i) print(i)
sum=0
for i in a for i in a
data=i.split() data=i.split()
print(data[1:]) print(data[1:])
......
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