2022年5月15日
摘要: task3.py with open('data3.txt','r',encoding= 'utf-8') as f: data = f.readlines() d = [eval(line) for line in data[1:]] print('原始数据: ') print(d) t = [] 阅读全文
posted @ 2022-05-15 15:28 好运来。 阅读(31) 评论(2) 推荐(0) 编辑