随笔分类 -  小工具

摘要:# coding: UTF-8 import re f = open(r'C:\Users\17656\Desktop\暑假\py\去首字(文件版).txt', encoding='utf-8') newArr=[] for x in f: new_x=x[1:] print(new_x) #new 阅读全文
posted @ 2022-01-08 19:45 AD2017 阅读(193) 评论(0) 推荐(0)