Implement a recursive is_palindrome(s:str)->bool function, which checks if thegiven string is a palindrome or not.
Examples:>>> is_palindrome('racecar')True>>> is_palindrome('racecars')False
please help my homework and put here screenshot.
# instruction said not using loops
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here