Question: otherwise. Do not Write a Python function that returns True if aString is a palindrome (reads the same forwards or reversed) and use Python's built-in

otherwise. Do not Write a Python function that returns True if aString is a palindrome (reads the same forwards or reversed) and use Python's built-in reverse function or astring[::- False 11 to reverse strings. This function takes in a string and returns a boolean def isPalindrome (aString): aString: a string # Your code here
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
