Using Recursion to Check Palindrome

# Introduction In this lab, you will write a recursive function called `is_string_palindrome()` that takes a string as input and returns `True` if the string is a palindrome, and `False` otherwise.

|60 : 00

Click the virtual machine below to start practicing