jeremie1112 / All_Programs_and_algorithms

In this repository, you can add all your programs and algorithm using any coding languages
24 stars 119 forks source link

Added implementation for Abundant Number in Python #245

Closed SpiderMath closed 2 years ago

SpiderMath commented 2 years ago

I have added a program to check whether an input number is an abundant number or not, in python under the Programs/Python directory. (An abundant number is a number the sum of whose proper factors are greater than that of the number itself)