-
-
Notifications
You must be signed in to change notification settings - Fork 265
Closed
Labels
AssignedIssue is assignedIssue is assignedLGMSOC21This issue will be considered for LGM-SOC 21This issue will be considered for LGM-SOC 21
Description
Title : Is it an Armstrong or not
About : We will check here whether the number is an armstrong no. or not by using some basic python commands.
Name : Priyanshi Rai
Label : Feature request
Script : BasicPythonScript
Define you:
- LMG SOC'21 Participant
- Contributor
What is an ARMSTRONG number?
In simple words , an Armstrong number in a given number that is equal to the sum of its own digits each raised to the power of the number of digits.
e.g
153=1^3+5^3+3^3
1643=1^4+6^4+4^4+3^4
### description : we will use looping and conditional statements to perform this task.
Metadata
Metadata
Assignees
Labels
AssignedIssue is assignedIssue is assignedLGMSOC21This issue will be considered for LGM-SOC 21This issue will be considered for LGM-SOC 21