Solution for the Euler Project Problem 122 #12791
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
3 errors
|
ruff
Process completed with exit code 1.
|
|
Ruff (A001):
project_euler/problem_122/sol1.py#L84
project_euler/problem_122/sol1.py:84:9: A001 Variable `sum` is shadowing a Python builtin
|
|
Ruff (A001):
project_euler/problem_122/sol1.py#L76
project_euler/problem_122/sol1.py:76:5: A001 Variable `sum` is shadowing a Python builtin
|