Question: 1 - ( 3 pts ) Write a Python function that returns true if a given string is a palindrome; otherwise, return false. A palindrome

1-(3pts) 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 build-in function such as string.reverse()

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!