Commit 7c261a4a by BellCodeEditor

save project

parent cf968b16
Showing with 1 additions and 0 deletions
a=open(r'c:\Users\Administrator\Desktop\sales_list.txt','r',encoding='utf-8')
b=a.readlines()
#print(b)
new_sum=''
for i in b:
sum=0
data=i.split()
......
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