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.

Related questions

0 votes
asked Aug 29, 2020 in Python by Robindeniel
0 votes
asked Dec 14, 2019 in Python by sharadyadav1986
...