摘要: with open('data6_1.txt','r',encoding='utf-8') as f: d=f.read().split('\n') d1=[str(n).split("\t") for n in d] d1.sort(key=lambda x: x[2],reverse=True) 阅读全文
posted @ 2021-05-18 10:08 结果反弹成果 阅读(43) 评论(0) 推荐(0)