Commit 1640df39 by BellCodeEditor

save project

parent 0e63df1e
Showing with 2 additions and 3 deletions
......@@ -2,7 +2,5 @@ with open(r'D:\DSC\sales_list.txt','r',encoding = 'utf-8')as ZX:
a = ZX.readlines()
for i in a:
data = i.split()
print(data[0])
print(data[1:])
print(i)
\ 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