Added iterative solution for power calculation #12910
Annotations
4 errors
ruff
Process completed with exit code 1.
|
Ruff (W293):
maths/power_using_iteration.py#L39
maths/power_using_iteration.py:39:1: W293 Blank line contains whitespace
|
Ruff (W291):
maths/power_using_iteration.py#L37
maths/power_using_iteration.py:37:27: W291 Trailing whitespace
|
Ruff (W291):
maths/power_using_iteration.py#L27
maths/power_using_iteration.py:27:25: W291 Trailing whitespace
|