python去行号
只需要去掉简单的行号(单纯的数字行号)就像图片那样 把这个代码改成for循环 本帖最后由 井右寺 于 2020-6-3 17:20 编辑????????????????????????
????????????????????????
????????????????????????
没看懂这是什么神奇的代码
import re
pattern = r'^+'
with open("sss.txt") as f:
line = f.readline()
while line:
print(re.sub(pattern, '', line))
line = f.readline() 这样?
s="123dagd"
for num,ss in enumerate(list(s)):
if ss.isdigit():
pass
else:
s=s
break
print(s) 井右寺 发表于 2020-6-3 17:17
????????????????????????
????????????????????????
????????????????????????
大佬可以说说你的代码的意思吗 您到我另一个求助贴上,我有50的悬赏给你https://www.52pojie.cn/thread-1192549-1-1.html
页:
[1]