We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c36bcc7 commit 1134fb8Copy full SHA for 1134fb8
maths/lucas_series.py
@@ -5,7 +5,6 @@
5
import functools
6
import math
7
8
-
9
def recursive_lucas_number(n_th_number: int) -> int:
10
"""
11
Returns the nth lucas number
0 commit comments