Course Content
String Manipulation in Python
String Manipulation in Python
Using Indices
Let's put it into practice!
Task
Swipe to show code editor
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.
Solution
Switch to desktop for real-world practiceContinue from where you are using one of the options below
Everything was clear?
Thanks for your feedback!
Section 1. Chapter 7
Using Indices
Let's put it into practice!
Task
Swipe to show code editor
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.
Solution
Switch to desktop for real-world practiceContinue from where you are using one of the options below
Everything was clear?
Thanks for your feedback!
Section 1. Chapter 7
Switch to desktop for real-world practiceContinue from where you are using one of the options below