Зміст курсу
String Manipulation in Python
String Manipulation in Python
Using Indices
Let's put it into practice!
Завдання
Given string description
. You need to extract:
- The very last symbol of the string.
- The 18th - 20th (positions, not indices, including both left and right boundaries) symbols.
Дякуємо за ваш відгук!
Using Indices
Let's put it into practice!
Завдання
Given string description
. You need to extract:
- The very last symbol of the string.
- The 18th - 20th (positions, not indices, including both left and right boundaries) symbols.
Дякуємо за ваш відгук!
Using Indices
Let's put it into practice!
Завдання
Given string description
. You need to extract:
- The very last symbol of the string.
- The 18th - 20th (positions, not indices, including both left and right boundaries) symbols.
Дякуємо за ваш відгук!
Let's put it into practice!
Завдання
Given string description
. You need to extract:
- The very last symbol of the string.
- The 18th - 20th (positions, not indices, including both left and right boundaries) symbols.