Solution for the Euler Project Problem 122 #12790
Annotations
4 errors
ruff
Process completed with exit code 1.
|
Ruff (A001):
project_euler/problem_122/sol1.py#L83
project_euler/problem_122/sol1.py:83:9: A001 Variable `sum` is shadowing a Python builtin
|
Ruff (A001):
project_euler/problem_122/sol1.py#L75
project_euler/problem_122/sol1.py:75:5: A001 Variable `sum` is shadowing a Python builtin
|
Ruff (E501):
project_euler/problem_122/sol1.py#L27
project_euler/problem_122/sol1.py:27:89: E501 Line too long (103 > 88)
|