Skip to content

Commit 06e4446

Browse files
authored
Add docstring for deficient number explanation
Added a docstring explaining deficient numbers and provided examples.
1 parent 90c87e7 commit 06e4446

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

maths/special_numbers/deficient_numbers.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
the sum of its proper divisors is less than the number itself.
44
55
Examples of Deficient Numbers: 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 13, ...
6+
7+
https://en.wikipedia.org/wiki/Deficient_number
68
"""
79

810

0 commit comments

Comments
 (0)