mirror of
https://github.com/TheAlgorithms/Python.git
synced 2024-11-23 21:11:08 +00:00
Add doctest for maths/primelib (#10978)
This commit is contained in:
parent
8adbf47c75
commit
34b25c0c76
|
@ -454,6 +454,8 @@ def kg_v(number1, number2):
|
|||
40
|
||||
>>> kg_v(824,67)
|
||||
55208
|
||||
>>> kg_v(1, 10)
|
||||
10
|
||||
>>> kg_v(0)
|
||||
Traceback (most recent call last):
|
||||
...
|
||||
|
|
Loading…
Reference in New Issue
Block a user