Commit de12ac3e by BellCodeEditor

save project

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