标签: python
要检查从文件读取的字符串。
for k in alllines: if (("These are the results for " or "THESE AEE THE RESULTS FOR")in k): print(k)
我看到只有这些是要打印的结果,但不是大写字母,我什么都没写