Computer Science, asked by palakmenaria84, 5 hours ago

make python programming on Armstrong​

Answers

Answered by llError404ll
1

see the attachment

hope it will help you

Attachments:
Answered by shubhkuhh08
0
Python Program to Check Armstrong Number

Armstrong number:

A number is called Armstrong number if it is equal to the sum of the cubes of its own digits.

For example: 153 is an Armstrong number since 153 = 1*1*1 + 5*5*5 + 3*3*3.

The Armstrong number is also known as narcissistic
Similar questions