Commit c223bc0f by BellCodeEditor

save project

parent f5a130f4
Showing with 1 additions and 1 deletions
...@@ -8,7 +8,7 @@ with open(r'./sales_list.txt','r',encoding='utf-8') as file: ...@@ -8,7 +8,7 @@ with open(r'./sales_list.txt','r',encoding='utf-8') as file:
#print(a) #print(a)
a=file.readlines() a=file.readlines()
for line in a: for line in a:
date=line.spilt() date=line.split()
#print(line) #print(line)
print(date[1:]) print(date[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