In this video, you will learn continue and pass statements in Python.
Continue in Python:
The continue statement in Python uses only within the loops.
The continue statement stops the current iteration of the loop and continues the next iteration.
Pass in Python:
Used when a statement is syntactically required and do not want any code to execute now.
If there is a need to implement code in the future.
Behaves like a placeholder for future code.
https://www.prowessapps.in/python
Write your queries at:
daneyallari@gmail.com
prowessapps.in@gmail.com
Please like, comment, share and subscribe.
Thank You
#daneyallari #python #pythonByDaneyalLari