摘要: with open('data3.txt','r+', encoding='UTF-8') as f: x = [line.strip('\n') for line in f] x.pop(0) x_print = [eval(i) for i in x] print(f"原始数据:\n{x_pri 阅读全文
posted @ 2022-05-17 00:01 卞康耀 阅读(23) 评论(3) 推荐(0) 编辑