codinasion-archive / codinasion-programme

An open source codebase for sharing programming solutions.
https://codinasion.vercel.app/programme
MIT License
62 stars 147 forks source link

Armstrong number #77

Closed harshraj8843 closed 2 years ago

harshraj8843 commented 2 years ago

Title of article

Write a Python program to check Armstrong number.

Additional information

Armstrong number is a number that is equal to the sum of cubes of length of its digits.

Examples

Programme

Input:  153
Output: armstrong number
Input:  121
Output: not a armstrong number

Code of Conduct

RyanLuong1 commented 2 years ago

Hi, is this issue still open for contribution? I would love to contribute to this issue.

harshraj8843 commented 2 years ago

Hey @RyanLuong1

Thanks for showing your interest in this open source project 😃

Hi, is this issue still open for contribution? I would love to contribute to this issue.

Yes

RyanLuong1 commented 2 years ago

Hi, if that is the case, I would like to take on this.

harshraj8843 commented 2 years ago

Hi, if that is the case, I would like to take on this.

sure 😃

vaishnavikumar8 commented 2 years ago

Can I pick this up?