In this article, we learned about Looping techniques in Python, techniques based on various forms, Usage of enumerate(), sorted(), zip(), items() to iterate.
In this article, we will learn about the pass statement in python and how we can use it for empty class, function, within loops and conditional blocks.
In this article, we will discuss and implement the break and continue statements in Python and how we can control the flow of loops using these keywords.