filmov
tv
Python - Loop Break and Continue Statements - Code Examples with Looping - APPFICIAL
Показать описание
break – breaks out of the loop completely
continue – breaks out of the current loop iteration, and continues to the next iteration
It is considered bad practice to use break or continue in your Python program
Subscribe to Appficial for more programming videos coming soon. Also, don't forget to click LIKE and comment on the video if it helped you out!
continue – breaks out of the current loop iteration, and continues to the next iteration
It is considered bad practice to use break or continue in your Python program
Subscribe to Appficial for more programming videos coming soon. Also, don't forget to click LIKE and comment on the video if it helped you out!