Algorithm for Nth Tribinacci Number calculation #15269
Annotations
3 errors
|
ruff
Process completed with exit code 1.
|
|
Ruff (ARG001):
maths/tribonacci.py#L13
maths/tribonacci.py:13:16: ARG001 Unused function argument: `self`
|
|
Ruff (E501):
maths/tribonacci.py#L8
maths/tribonacci.py:8:89: E501 Line too long (97 > 88)
|