Learning Scientific Programming with Python (2nd edition)

P2.7.7: Determine if a string is a palindrome using recursion

Question P2.7.7

Write a function that determines if a string is a palindrome (that is, reads the same backwards as forwards) using recursion.