“Python si la chaîne a des espaces” Réponses codées

Python si la chaîne a des espaces

In [1]: import re

In [2]: string = "Hello world"

In [3]: bool(re.search('\s', string))
Out[3]: True

In [4]: string = "World"

In [5]: bool(re.search('\s', string))
Out[5]: False
gdfelt

Python si la chaîne a des espaces

In [1]: import re

In [2]: string = "Hello world"

In [3]: bool(re.search('\s', string))
Out[3]: True

In [4]: string = "World"

In [5]: bool(re.search('\s', string))
Out[5]: False
gdfelt

Python si la chaîne a des espaces

In [1]: import re

In [2]: string = "Hello world"

In [3]: bool(re.search('\s', string))
Out[3]: True

In [4]: string = "World"

In [5]: bool(re.search('\s', string))
Out[5]: False
gdfelt

Python si la chaîne a des espaces

In [1]: import re

In [2]: string = "Hello world"

In [3]: bool(re.search('\s', string))
Out[3]: True

In [4]: string = "World"

In [5]: bool(re.search('\s', string))
Out[5]: False
gdfelt

Python si la chaîne a des espaces

In [1]: import re

In [2]: string = "Hello world"

In [3]: bool(re.search('\s', string))
Out[3]: True

In [4]: string = "World"

In [5]: bool(re.search('\s', string))
Out[5]: False
gdfelt

Python si la chaîne a des espaces

In [1]: import re

In [2]: string = "Hello world"

In [3]: bool(re.search('\s', string))
Out[3]: True

In [4]: string = "World"

In [5]: bool(re.search('\s', string))
Out[5]: False
gdfelt

Python si la chaîne a des espaces

In [1]: import re

In [2]: string = "Hello world"

In [3]: bool(re.search('\s', string))
Out[3]: True

In [4]: string = "World"

In [5]: bool(re.search('\s', string))
Out[5]: False
gdfelt

Python si la chaîne a des espaces

In [1]: import re

In [2]: string = "Hello world"

In [3]: bool(re.search('\s', string))
Out[3]: True

In [4]: string = "World"

In [5]: bool(re.search('\s', string))
Out[5]: False
gdfelt

Python si la chaîne a des espaces

In [1]: import re

In [2]: string = "Hello world"

In [3]: bool(re.search('\s', string))
Out[3]: True

In [4]: string = "World"

In [5]: bool(re.search('\s', string))
Out[5]: False
gdfelt

Python si la chaîne a des espaces

In [1]: import re

In [2]: string = "Hello world"

In [3]: bool(re.search('\s', string))
Out[3]: True

In [4]: string = "World"

In [5]: bool(re.search('\s', string))
Out[5]: False
gdfelt

Réponses similaires à “Python si la chaîne a des espaces”

Questions similaires à “Python si la chaîne a des espaces”

Plus de réponses similaires à “Python si la chaîne a des espaces” dans Python

Parcourir les réponses de code populaires par langue

Parcourir d'autres langages de code