Skip to content

Added iterative solution for power calculation #12912

Added iterative solution for power calculation

Added iterative solution for power calculation #12912

Triggered via pull request May 6, 2025 10:40
Status Failure
Total duration 13s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors
ruff
Process completed with exit code 1.
Ruff (W292): maths/power_using_recursion.py#L63
maths/power_using_recursion.py:63:60: W292 No newline at end of file
Ruff (W293): maths/power_using_iteration.py#L63
maths/power_using_iteration.py:63:1: W293 Blank line contains whitespace
Ruff (W293): maths/power_using_iteration.py#L49
maths/power_using_iteration.py:49:1: W293 Blank line contains whitespace