Skip to main content

Python Iterative Statements

Iterative Statements: It executes the statements repeatedly.

It can be divided into the following types.

1.     While

2.     For

3.     Nested loop

 


Comments