PythonSkills.org
Courses
Exercices
Challenges
Quizzes
Open console
0 points
Get started
Loading...
All Challenges
Loading...
Not Solved
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
Run Tests
Clear Tests
Test Output:
Show Solution
Show Code
Loading...
Next challenge: Extract middle substring