摘要: task3.py 1 with open('data3.txt','r+', encoding='UTF-8') as f: 2 Z=[] 3 Y=[] 4 x=[] 5 for i in f: 6 x.append(i.strip('\n')) 7 newx=x[1:11] 8 for i in 阅读全文
posted @ 2022-05-16 21:45 虞渊 阅读(34) 评论(3) 推荐(0) 编辑