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

1 Answer

0 votes
by

A continue also helps in controlling the Python loop but by making jumps to the next iteration of the loop without exhausting it.

...