Question: 1 - ( 3 pts ) Write a Python function that returns true if a given string is a palindrome; otherwise, return false. A palindrome
pts Write a Python function that returns true if a given string is a palindrome; otherwise,
return false. A palindrome string can be read the same forward and backward.
Example:
a Input: level returns True
b Input: abc returns False
Note: You are not allowed to use any buildin function such as string.reverse
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
