The range function can be used to iterate over a sequence of .

A for loop can iterate through lists, tuples, strings, and other .

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

In Python, the for loop ends when there are no more to iterate through.

The keyword used to terminate a for loop prematurely is .

Definite iteration is a way to a set of statements a specific number of times.

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

Each time the loop runs, the loop variable takes on the value of the next in the sequence.

A for loop can also be nested inside another for loop, which is known as iteration.

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