News

A simple python function to Check if a number is Armstrong number. A number is an Armstrong number if the sum of the cubes of the digits is equal to the number itself. - ...
#Take an integer number as input from the user and pass it to a function. The task of the function is to check whether the number is Armstrong or not ...