This is the program to check if a Number is a Armstrong number using just for loop. Very simple script
-
Updated
Oct 30, 2021 - Python
This is the program to check if a Number is a Armstrong number using just for loop. Very simple script
Armstrong-Number is a simple program that checks if a number is an Armstrong number. An Armstrong number is one that equals the sum of its own digits each raised to the power of the number of digits.
Add a description, image, and links to the short-script topic page so that developers can more easily learn about it.
To associate your repository with the short-script topic, visit your repo's landing page and select "manage topics."