is_palindrome 1.0.0
The palindrome check is achieved by first converting the integer to a string, the comparing it to the reversed value of that string
The palindrome check is achieved by first converting the integer to a string, the comparing it to the reversed value of that string