Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Aprenda Get the Index of the Symbol | Strings
Tipos de Dados em Python
course content

Conteúdo do Curso

Tipos de Dados em Python

Tipos de Dados em Python

1. Conhecendo os números em Python
2. Verdadeiro ou falso?
3. Strings
4. Reunindo todos os tópicos

book
Get the Index of the Symbol

Wow! We've done a lot!

It is time to share some insights. In fact, there is no necessity to manually specify the index of the symbol to find it in the string; it seems we have an intuition for this, as we recognize Python's user-friendly approach and attentiveness to its users.

Hence, the find() function was implemented.

Note

It will be beneficial to understand that this method is useful when we seek to determine the index of a particular symbol or word within a text. Additionally, it is important to note that this method returns the index of the first occurrence of the substring. In cases where the substring is not found, it returns a value of '-1'.

Take a look at the example; it will help you get the syntax:

12
string = "Channel efforts to success!" print(string.find('n'))
copy
Tarefa
test

Swipe to begin your solution

Hone your skills as much as possible!

So here you should find the index of the letters p, y, and r.

Solução

Switch to desktopMude para o desktop para praticar no mundo realContinue de onde você está usando uma das opções abaixo
Tudo estava claro?

Como podemos melhorá-lo?

Obrigado pelo seu feedback!

Seção 3. Capítulo 9
toggle bottom row

book
Get the Index of the Symbol

Wow! We've done a lot!

It is time to share some insights. In fact, there is no necessity to manually specify the index of the symbol to find it in the string; it seems we have an intuition for this, as we recognize Python's user-friendly approach and attentiveness to its users.

Hence, the find() function was implemented.

Note

It will be beneficial to understand that this method is useful when we seek to determine the index of a particular symbol or word within a text. Additionally, it is important to note that this method returns the index of the first occurrence of the substring. In cases where the substring is not found, it returns a value of '-1'.

Take a look at the example; it will help you get the syntax:

12
string = "Channel efforts to success!" print(string.find('n'))
copy
Tarefa
test

Swipe to begin your solution

Hone your skills as much as possible!

So here you should find the index of the letters p, y, and r.

Solução

Switch to desktopMude para o desktop para praticar no mundo realContinue de onde você está usando uma das opções abaixo
Tudo estava claro?

Como podemos melhorá-lo?

Obrigado pelo seu feedback!

Seção 3. Capítulo 9
Switch to desktopMude para o desktop para praticar no mundo realContinue de onde você está usando uma das opções abaixo
We're sorry to hear that something went wrong. What happened?
some-alt