Palindrome in python Problem is to check whether a given string is palindrome or not. If the given string is palindrome Return True and if not return False. Constr... Read more