Skip to content

Commit 2159b09

Browse files
Update proth_number.py
1 parent f05abe4 commit 2159b09

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

maths/special_numbers/proth_number.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ def is_proth_number(number: int) -> bool:
6969
False
7070
>>> is_proth_number(3)
7171
True
72+
>>> is_proth_number(4)
73+
False
7274
>>> is_proth_number(5)
7375
True
7476
>>> is_proth_number(34)

0 commit comments

Comments
 (0)