Add a_very_big_sum algorithm to maths folder #15737
Annotations
3 errors
|
ruff
Process completed with exit code 1.
|
|
Ruff (UP006):
maths/special_numbers/a_very_big_sum.py#L4
maths/special_numbers/a_very_big_sum.py:4:25: UP006 Use `list` instead of `List` for type annotation
|
|
Ruff (UP035):
maths/special_numbers/a_very_big_sum.py#L1
maths/special_numbers/a_very_big_sum.py:1:1: UP035 `typing.List` is deprecated, use `list` instead
|