Skip to content

Commit 1134fb8

Browse files
authored
change lucas_series.py
1 parent c36bcc7 commit 1134fb8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

maths/lucas_series.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
import functools
66
import math
77

8-
98
def recursive_lucas_number(n_th_number: int) -> int:
109
"""
1110
Returns the nth lucas number

0 commit comments

Comments
 (0)