Skip to content

Checking an Armstrong/Narcissistic number #311

@Priyanshi-Rai

Description

@Priyanshi-Rai

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 assignedLGMSOC21This issue will be considered for LGM-SOC 21

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions