To write a Python program to check whether the entered string is a palindrome or not without using built-in functions. Input a string from the user. Initialize a variable rev as an empty string. Using ...