“Search String Array Python” Respostas de código

Search String Array Python

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

Search String Array Python

my_list = ['abc-123', 'def-456', 'ghi-789', 'abc-456']
Yellowed Yacare

Respostas semelhantes a “Search String Array Python”

Perguntas semelhantes a “Search String Array Python”

Mais respostas relacionadas para “Search String Array Python” em Python

Procure respostas de código populares por idioma

Procurar outros idiomas de código