Add Armstrong number check algorithm #15527
Annotations
4 errors
ruff
Process completed with exit code 1.
|
Ruff (W291):
maths/armstrong_number.py#L40
maths/armstrong_number.py:40:22: W291 Trailing whitespace
|
Ruff (F401):
maths/armstrong_number.py#L1
maths/armstrong_number.py:1:20: F401 `typing.Union` imported but unused
|
Ruff (I001):
maths/armstrong_number.py#L1
maths/armstrong_number.py:1:1: I001 Import block is un-sorted or un-formatted
|