python Python - 列表中的单词

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python Python - 列表中的单词相关的知识,希望对你有一定的参考价值。

some_list = ['abc-123', 'def-456', 'ghi-789', 'abc-456']
if any("abc" in s for s in some_list):

# If you really want to get all the items containing abc, use
matching = [s for s in some_list if "abc" in s]

以上是关于python Python - 列表中的单词的主要内容,如果未能解决你的问题,请参考以下文章

解析python中的单词列表

python中的单词聚类列表

自动更正python列表中的单词

如何将一列中的单词拆分然后在Python中将单词整合在一起,即二维列表到一维列表?

删除列表中包含部分单词的 Python 列表中的元素

单词列表python不和谐中的表情符号