enahasment: add spy number in maths-special numbers #17883
Annotations
2 errors
|
ruff
Process completed with exit code 1.
|
|
ruff (SIM103):
maths/special_numbers/spy_number.py#L42
maths/special_numbers/spy_number.py:42:5: SIM103 Return the condition `digit_sum == digit_mul` directly
help: Replace with `return digit_sum == digit_mul`
|