PythonSkills.org
Courses
Exercices
Challenges
Quizzes
Open console
0 points
Get started
Loading...
All Challenges
Loading...
Loading...
Skip every other character
Write a function that takes a string and returns every other character from it.
Intermediate
Hint
sample input: "abcdef"
sample output: ace
Loading...
Run Tests
Clear Tests
Test Output:
Show Solution
Show Code
Not Solved
Next challenge: Extract middle substring