+ 21
I recently start learning python. Can anybody ecplaim m use of breaking and skiping
2 odpowiedzi
+ 3
Break is for stopping some loop(while of for loop)
Continue is used to stop stop some condition(is statement) in some loop
+ 5
Here is the link:
https://www.tutorialspoint.com/python3/python_break_statement.htm