摘要:
with open('data3.txt','r+', encoding='UTF-8') as f: num = [line.strip('\n') for line in f] num.pop(0) num_print = [eval(i) for i in num] print(f"原始数据: 阅读全文
posted @ 2022-05-16 21:39
段承昊
阅读(43)
评论(1)
推荐(0)
2022年5月16日