The statement can be used to exit a loop before it has been completely executed.

The second value in the range function represents the value of the iteration (exclusive).

The keyword used to terminate a for loop prematurely is .

The third value in the range function represents the value of the iteration.

Typically, the number of iterations in a for loop is defined by the length of the .

In Python, a for loop automatically handles the of the loop variable.