Back to Browse

Python Programming - Armstrong Numbers

73 views
Jul 17, 2019
6:09

An Armstrong number of three digits is an integer such that the sum of the cubes of its digits is equal to the number itself. For example, 371 is an Armstrong number since 3**3 + 7**3 + 1**3 = 371. Citation: https://pages.mtu.edu/~shene/COURSES/cs201/NOTES/chap04/arms.html

Download

0 formats

No download links available.

Python Programming - Armstrong Numbers | NatokHD