Pass, Else in a for LoopPass, Else in a for Loop

The pass statement in Python is a null statement. It serves as a placeholder and does nothing when executed.

Examine the code below:

We've covered the if/else construct.

Moreover, in Python, the for loop can also include an else block, which executes when the loop completes its iterations without any premature termination.

Look at the code below:

Task

  1. Configure the for loop to operate on numbers, with i as an element of the list.
  2. Place pass within the else condition block.

Everything was clear?

Section 1. Chapter 7
toggle bottom row