摘要: 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],re 阅读全文
posted @ 2021-05-13 23:17 陆恩泽 阅读(59) 评论(0) 推荐(0)