Add Kaprekar constant routine algorithm #19900
Annotations
3 errors
|
ruff
Process completed with exit code 1.
|
|
ruff (W293):
scripts/maths/kaprekar_constant.py#L5
scripts/maths/kaprekar_constant.py:5:1: W293 Blank line contains whitespace
help: Remove whitespace from blank line
|
|
ruff (INP001):
scripts/maths/kaprekar_constant.py#L1
scripts/maths/kaprekar_constant.py:1:1: INP001 File `scripts/maths/kaprekar_constant.py` is part of an implicit namespace package. Add an `__init__.py`.
|