摘要: with open('data6_1.txt','r',encoding = 'utf-8') as f: l = [] z = f.readlines() for i in z: p = [] i.strip() p.append(i[0:5].strip()) p.append(i[5:8].s 阅读全文
posted @ 2021-05-12 20:50 申富明 阅读(138) 评论(3) 推荐(0)