Adding the function is_proth_number #11966
Annotations
4 errors
Ruff (N806):
maths/special_numbers/proth_number.py#L87
maths/special_numbers/proth_number.py:87:9: N806 Variable `N` in function should be lowercase
|
Ruff (F841):
maths/special_numbers/proth_number.py#L87
maths/special_numbers/proth_number.py:87:9: F841 Local variable `N` is assigned to but never used
|
Ruff (F821):
maths/special_numbers/proth_number.py#L87
maths/special_numbers/proth_number.py:87:13: F821 Undefined name `N`
|
ruff
Process completed with exit code 1.
|