Add Sum of Squares Algorithm #10784
Annotations
4 errors
Ruff (E501):
maths/sum_of_squares.py#L2
maths/sum_of_squares.py:2:89: E501 Line too long (97 > 88)
|
Ruff (W291):
maths/sum_of_squares.py#L4
maths/sum_of_squares.py:4:72: W291 Trailing whitespace
|
Ruff (E501):
maths/sum_of_squares.py#L5
maths/sum_of_squares.py:5:89: E501 Line too long (93 > 88)
|
ruff
Process completed with exit code 1.
|