May 29, 2022 |43.4K Views

    Python Program to Check whether a Number is Armstrong or not

      Share  2 Likes
    Description
    Discussion

    Armstrong number is a number that is equal to the sum of cubes of its digits. In this video, we are going to see how to write a Python program to find the Armstrong Number.

    To understand this example, you should have the knowledge of the following Python programming topics:
    Python if...else Statement - https://www.geeksforgeeks.org/python-if-else/
    Python while Loop - https://www.geeksforgeeks.org/python-while-loop/

    Program for Armstrong Numbers: https://www.geeksforgeeks.org/program-for-armstrong-numbers/