I am trying to use python\'s insert to find the palindrome of a number. This is my function:
def isPalindrome(x): n = [] l = len(str(x)) - 1