Add recursive factorial implementation in Python #16195
Annotations
2 errors
|
ruff
Process completed with exit code 1.
|
|
Ruff (PLR1714):
factorial_recursive.py#L3
factorial_recursive.py:3:8: PLR1714 Consider merging multiple comparisons: `n in {0, 1}`.
|