摘要: you with open('D:\\data6_1.txt','r',encoding='utf-8') as f: t=[] for line in f.readlines(): m=line.strip().split() t.append(m) t.sort(key=lambda l:l[2 阅读全文
posted @ 2021-05-17 15:41 Teeec 阅读(69) 评论(1) 推荐(0)