Fix And Add power.py #12480
Annotations
7 errors
Ruff:
divide_and_conquer/power.py#L28
divide_and_conquer/power.py:28:5: SyntaxError: Expected a statement
|
Ruff:
divide_and_conquer/power.py#L28
divide_and_conquer/power.py:28:9: SyntaxError: Expected a statement
|
Ruff:
divide_and_conquer/power.py#L28
divide_and_conquer/power.py:28:10: SyntaxError: Expected a statement
|
Ruff:
divide_and_conquer/power.py#L29
divide_and_conquer/power.py:29:1: SyntaxError: Unexpected indentation
|
Ruff:
divide_and_conquer/power.py#L31
divide_and_conquer/power.py:31:1: SyntaxError: Expected a statement
|
Ruff (W291):
divide_and_conquer/power.py#L32
divide_and_conquer/power.py:32:8: W291 Trailing whitespace
|
ruff
Process completed with exit code 1.
|