Added Python file for Catalan Numbers (Cn) #15991
Annotations
3 errors
|
ruff
Process completed with exit code 1.
|
|
Ruff (W292):
maths/series/catalan_numbers.py#L77
maths/series/catalan_numbers.py:77:57: W292 No newline at end of file
|
|
Ruff (I001):
maths/series/catalan_numbers.py#L11
maths/series/catalan_numbers.py:11:1: I001 Import block is un-sorted or un-formatted
|