PythonSkills.org
Courses
Exercices
Challenges
Quizzes
Open console
0 points
Get started
Loading...
All Challenges
Loading...
Loading...
Extract even indexed characters
Write a function that takes a string and returns a new string containing only characters at even indices.
Intermediate
Hint
sample input: "abcdef"
sample output: ace
Loading...
Run Tests
Clear Tests
Test Output:
Show Solution
Show Code
Not Solved
Next challenge: Extract substring between two indices