sum of two numbers #14076
Closed
sum of two numbers #14076
Annotations
3 errors
|
Run uvx ruff check --output-format=github .
Process completed with exit code 1.
|
|
Run uvx ruff check --output-format=github .:
sum/sum.py#L2
sum/sum.py:2:5: A001 Variable `sum` is shadowing a Python builtin
|
|
Run uvx ruff check --output-format=github .:
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`.
|
Loading