Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Вивчайте Get the Index of the Symbol | Рядки
Типи даних у Python
course content

Зміст курсу

Типи даних у Python

Типи даних у Python

1. Знайомство з числами в Python
2. Істина чи брехня?
3. Рядки
4. Поєднання всіх тем разом

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
Завдання
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.

Рішення

Switch to desktopПерейдіть на комп'ютер для реальної практикиПродовжуйте з того місця, де ви зупинились, використовуючи один з наведених нижче варіантів
Все було зрозуміло?

Як ми можемо покращити це?

Дякуємо за ваш відгук!

Секція 3. Розділ 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
Завдання
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.

Рішення

Switch to desktopПерейдіть на комп'ютер для реальної практикиПродовжуйте з того місця, де ви зупинились, використовуючи один з наведених нижче варіантів
Все було зрозуміло?

Як ми можемо покращити це?

Дякуємо за ваш відгук!

Секція 3. Розділ 9
Switch to desktopПерейдіть на комп'ютер для реальної практикиПродовжуйте з того місця, де ви зупинились, використовуючи один з наведених нижче варіантів
We're sorry to hear that something went wrong. What happened?
some-alt