Python program to check if the given number is a Disarium Number
Python program to check if the given number is a Disarium Number A number is said to be the Disarium number when the sum of its digit raised to the power of their respective positions becomes equal to the number itself. For example, 175 is a Disarium number as follows: 11+ 72 + 53 =…
Read more