-
Notifications
You must be signed in to change notification settings - Fork 2
#An Armstrong number is an n-digit number that is equal to the sum of the nth powers of its digits. #A number that is the sum of its own digits each raised to the power of the number of digits. #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.
aiubian-edge/Armstrong-Number-In-Python
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
#An Armstrong number is an n-digit number that is equal to the sum of the nth powers of its digits. #A number that is the sum of its own digits each raised to the power of the number of digits. #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.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
