Created factorial.py #12164
Closed
Created factorial.py #12164
Annotations
3 errors
recursion/factorial.py#L1
recursion/factorial.py:1:1: INP001 File `recursion/factorial.py` is part of an implicit namespace package. Add an `__init__.py`.
|
recursion/factorial.py#L2
recursion/factorial.py:2:8: PLR1714 Consider merging multiple comparisons: `n in (0, 1)`. Use a `set` if the elements are hashable.
|
|
The logs for this run have expired and are no longer available.
Loading