Question: Problem Write a function called is _ palindrome that takes a string as a parameter. The function will return True if the string is a
Problem
Write a function called ispalindrome that takes a string as a parameter. The function will return True if the string is a palindrome is the same forward and backward The function will return False if the string is not a palindrome.
Expected Output
If the function call is ispalindromelevel the the function would return True
If the function call is ispalindromehouse the the function would return False
Important
Do not use a helper function for this problem. Though this is good situation in which to use one, the autograder only works if all of the coding is done inside the ispalindrome function.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
