Add palindrome number checker with user input #17583
Annotations
3 errors
|
ruff
Process completed with exit code 1.
|
|
ruff (SIM113):
hashes/hamming_code.py#L225
hashes/hamming_code.py:225:9: SIM113 Use `enumerate()` for index variable `qtd_bp` in `for` loop
|
|
ruff (SIM113):
hashes/hamming_code.py#L136
hashes/hamming_code.py:136:9: SIM113 Use `enumerate()` for index variable `qtd_bp` in `for` loop
|