# 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.
Using Recursion to Check Palindrome
|
60 : 00
You can extend your session by one hour with 5 minutes remaining.
Click the virtual machine below to start practicing