Question: Complete the palindrome function so that it returns True when the input string is a palindrome and False if the input string is not a
Complete the palindrome function so that it returns True when the input string is a palindrome and False if the input string is not a palindrome. Below are some example inputs and the expected returns from the function in python
given
def palindrome(str):
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
