Return the longest odd-length palindrome centered at the int index in the str. Assume that the index is valid, that the length of the str is at least one, and that there are only lowercase letters: no punctuation, spaces, or uppercase letters.
I just want to know what this question is asking. I don't quite understand...
supposed to use this function --> get_odd_palindrome_at(str, int)