摘要: 任务6 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], re 阅读全文
posted @ 2021-05-17 23:03 周浩然 阅读(40) 评论(2) 推荐(0)