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.

Related questions

0 votes
asked May 17, 2020 in Python by SakshiSharma
0 votes
asked Nov 15, 2020 in Python by rajeshsharma
...