问题描述
这是代码
fhand=open('uppal.txt')
for line in fhand:
line=line.rstrip()
if not '20' in line:
continue
print(line)
这是uppal.txt
的内容
1
2
3
4
5
9
10
20
21
22
from my friend
24
from my agility
from my side.rom king
这是输出
from my side.rom king
请你解释一下为什么会这样输出?
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)