0 votes
in Python by
Why do we need a break in Python?

1 Answer

0 votes
by

Break helps in controlling the Python loop by breaking the current loop from execution and transfer the control to the next block.

...