摘要: with open('data6_1.txt', 'r', encoding='utf-8') as f: d = f.read().split('\n') d1 = [str(i).split('\t') for i in d] d1.sort(key=lambda x: x[2], revers 阅读全文
posted @ 2021-05-12 21:51 龙海昌 阅读(47) 评论(3) 推荐(0)