Saturday, August 14, 2021

Palindrome Number in Python(With Code)

 What is palindrome Number?

A palindromic number is a number (such as 16461) that remains the same when its digits are reversed.

 Python Code:

 

Resource Link:   

  1. https://en.wikipedia.org/wiki/Palindromic_number
  2.  https://github.com/rizvi/python-tpoint/blob/master/Palindrome.py