diy.py 214 Bytes Edit 1 2 3 4 5 6 7 8 9 with open(r'/Users/hltwhy/Documents/lesson13-1/sales_list.txt','r',encoding='utf-8')as file: a=file.readlines() for i in a: # print(i) ac=i.split() #print(ac) #print(ac[1:]) print(ac[0])