Palindromes
A 5-digit palindrome number is a number than if read from right to left is the same as if it is read from left to right.
Some examples are: 12321, 74947 and 21812.
Classwork: write a python program, Palindrome_YI.py to prompt the user for a 5-digit number and print if it is a palindrome or not.
Homework:
Write the program for this flowchart: