Write a Python program to check if a number is a palindrome. The program should take an integer as input and output a Boolean indicating whether or not the input is a palindrome.
A number is a palindrome if it remains unchanged when reversed. One way to do this is by converting the number to a string and comparing it with its reverse.
NOTEOwing to browser caching, any code input into the Trinket IDE might carry over across page refreshes or when transitioning between different questions. To commence with a clean slate, either click on the 'Reset Button' found within the IDE's Hamburger icon (☰) menu or resort to using Chrome's Incognito Mode.