sukritishah15 / DS-Algo-Point

This repository contains codes for various data structures and algorithms in C, C++, Java, Python, C#, Go, JavaScript, PHP, Kotlin and Scala
MIT License
953 stars 293 forks source link

Abundant Number #828

Closed ajk-github closed 2 years ago

ajk-github commented 2 years ago

Changes to be committed: new file: Python/abundantnumber.py

Have you read the Contribution Guidelines?

yes

Description

Added Python Program for Abundant Number

sukritishah15 commented 2 years ago

Please go through the Contribution Guidelines before sending a PR. Checklist is missing. ( We have a format in which we accept PR's. Kindly follow that. Following that is vital for the maintenance of the repository.) Sample Input / Output and Code Comments are missing.

Please send it in the correct format and I would re-review it properly and would be more than happy to merge it. @SufyanKhan0

Thank you!

sukritishah15 commented 2 years ago

You can go through CONTRIBUTING.md to understand what all you need to take care of, while sending a PR.