developer-student-club-thapar / algo-book

The algo book that contains various algorithms in 4 different languages
https://algo-book.dsctiet.tech
GNU General Public License v3.0
16 stars 44 forks source link

Algorithm Armstrong number in py #92

Closed KuKikb closed 4 years ago

KuKikb commented 4 years ago

I wrote a program to check whether the user input number is an Armstrong number or not. Also, I updated the ArmstrongNumber.md accordingly