sum of two numbers #16757
Annotations
3 errors
|
ruff
Process completed with exit code 1.
|
|
Ruff (A001):
sum/sum.py#L2
sum/sum.py:2:5: A001 Variable `sum` is shadowing a Python builtin
|
|
Ruff (INP001):
sum/sum.py#L1
sum/sum.py:1:1: INP001 File `sum/sum.py` is part of an implicit namespace package. Add an `__init__.py`.
|