Skip to content

Conversation

Hyftar
Copy link
Contributor

@Hyftar Hyftar commented Oct 3, 2019

This PR adds the solution to the Project Euler's problem 23

@@ -0,0 +1,40 @@
"""
A perfect number is a number for which the sum of its proper divisors is exactly equal to the number. For example, the sum of the proper divisors of 28 would be 1 + 2 + 4 + 7 + 14 = 28, which means that 28 is a perfect number.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please wrap these lines at 88 characters max for readability.

@cclauss cclauss merged commit f970c73 into TheAlgorithms:master Oct 3, 2019
@Hyftar Hyftar deleted the problem23 branch October 3, 2019 20:36
stokhos pushed a commit to stokhos/Python that referenced this pull request Jan 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants