PythonSkills.org
Courses
Exercices
Challenges
Quizzes
Open console
0 points
Get started
Loading...
All Challenges
Loading...
Not Solved
Extract substring between two indices
Write a function that takes a string and returns a substring between the given start and end indices.
Intermediate
Hint
sample input: "abcdef", 1, 4
sample output: bcd
Loading...
Run Tests
Clear Tests
Test Output:
Show Solution
Show Code
Next challenge: Extract characters after the fifth index