Commit 435e5a35 by BellCodeEditor

save project

parent 9ccc3739
Showing with 5 additions and 3 deletions
with open(r'C:\Users\Administrator\Destop\sales_list.txt','r',encoding='gbk') as file1: with open(r'C:\Users\Administrator\Destop\sales_list.txt','r',encoding='gbk') as file1:
a=fill1.readlines() a=fill1.readlines()
for i in range(i): for i in a:
print(a) data=i.split()
\ No newline at end of file sum=0
for sales in data[1:]:
\ 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