Python program to check whether an integer number is palindrome or not


 

Python program to check whether an integer number is palindrome or not

In [6]:
Enter a number: 1221
1221  is Palindrome.

No comments:

Post a Comment