Check String
Very often it hits that we need to check for the presence of some character or word in the string, and in order to realize this, we should use such a key word as in. As a result, we get a boolean value: True if such a character or substring is present in the string, and False - in the opposite case. For a better understanding, let's look at an example.
123string = 'Pear Lime Banana' print('Lime' in string) print('Mango' in string)
Swipe to start coding
You have a string. You should check that this line contains such substrings Lorem
, python
, consectetur
.
If there is such a substring, then calculate its length.
Løsning
Takk for tilbakemeldingene dine!
single
Spør AI
Spør AI
Spør om hva du vil, eller prøv ett av de foreslåtte spørsmålene for å starte chatten vår
Awesome!
Completion rate improved to 3.85
Check String
Sveip for å vise menyen
Very often it hits that we need to check for the presence of some character or word in the string, and in order to realize this, we should use such a key word as in. As a result, we get a boolean value: True if such a character or substring is present in the string, and False - in the opposite case. For a better understanding, let's look at an example.
123string = 'Pear Lime Banana' print('Lime' in string) print('Mango' in string)
Swipe to start coding
You have a string. You should check that this line contains such substrings Lorem
, python
, consectetur
.
If there is such a substring, then calculate its length.
Løsning
Takk for tilbakemeldingene dine!
Awesome!
Completion rate improved to 3.85single