Skip to content

Commit 181b4d6

Browse files
Update amicable_numbers.py
1 parent 58c693d commit 181b4d6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

maths/amicable_numbers.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
"""
22
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.
3+
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.
45
56
>>> amicable_numbers(60,84)
67
False

0 commit comments

Comments
 (0)