Implement the is_palindrome function that checks whether a given input string is palindrome or not. Check the letters only, upper/lower case, whitespace, punctuation does not matter. Implement the ...