< Back

Odd Characters

Write a function called get_odd_characters(a_string), which takes a string as a parameter. Your function should return a string, which is the characters from a_string with only characters from odd indices included.