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.
In this python article, we will discuss the about Lists data type and discuss the usability and the operations possible on a list like slicing, deletion, iteration, etc.