Basic jump statements in Python
Jump statements can be used to modify the behaviour of conditional and iterative statements.
break and continue statements fall under the jump statements category.
break statement
The break statement, borrowed from the C programming language, breaks...
aswinbarath.hashnode.dev2 min read