We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58c693d commit 181b4d6Copy full SHA for 181b4d6
maths/amicable_numbers.py
@@ -1,6 +1,7 @@
1
"""
2
From: https://en.wikipedia.org/wiki/Amicable_numbers
3
-Amicable numbers are two different numbers related in such a way that the sum of the proper divisors of each is equal to the other number.
+Amicable numbers are two different numbers related in such a way that
4
+the sum of the proper divisors of each is equal to the other number.
5
6
>>> amicable_numbers(60,84)
7
False
0 commit comments