📜  python any in string - Python 代码示例

📅  最后修改于: 2022-03-11 14:47:12.682000             🧑  作者: Mango

代码示例2
if any(word in 'some one long two phrase three' for word in list_):