PythonSkills.org
Courses
Exercices
Challenges
Quizzes
Open console
0 points
Get started
Loading...
All Challenges
Loading...
Loading...
Extract characters after the fifth index
Write a function that takes a string and returns all characters after the fifth index.
Beginner
Hint
sample input: "abcdefg"
sample output: fg
Loading...
Run Tests
Clear Tests
Test Output:
Show Solution
Show Code
Not Solved
Next challenge: Extract first five characters