Skip to content

Commit b405099

Browse files
committed
Merge branch 'add-lucas-numbers-algorithm' of https://github.com/zhk319/Python into add-lucas-numbers-algorithm
2 parents b366d52 + f41ca6a commit b405099

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

maths/lucas_numbers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ def lucas_number(input_index: int) -> int:
3636
if __name__ == "__main__":
3737
import doctest
3838

39-
doctest.testmod()
39+
doctest.testmod()

0 commit comments

Comments
 (0)