Please answer in python and use proper indentation. Don’t justwrite a paragraph of code. Also, please use as simple coding aspossible. Thanks.
A palindrome is any word spelled the same forward and back. This can also apply to any phrases that might be the same forward and back (if you ignore the spaces). Your objective is to complete the function to return True if the string is a palindrome or False if it is
OR
OR