Check if a string has a ltetter in it python

Code examples

61
0

check if string contains python

>>> str = "Messi is the best soccer player"
>>> "soccer" in str
True
>>> "football" in str
False
1
0

how to check a string in if statement python

if var in ('stringone', 'stringtwo'):
    dosomething()

In other languages

This page is in other languages

Русский
..................................................................................................................
Italiano
..................................................................................................................
Polski
..................................................................................................................
Română
..................................................................................................................
한국어
..................................................................................................................
हिन्दी
..................................................................................................................
Français
..................................................................................................................
Türk
..................................................................................................................
Česk
..................................................................................................................
Português
..................................................................................................................
ไทย
..................................................................................................................
中文
..................................................................................................................
Español
..................................................................................................................
Slovenský
..................................................................................................................
Балгарскі
..................................................................................................................
Íslensk
..................................................................................................................