Computer Science, asked by dapoda38, 3 months ago

Explain with syntax the various iteration statements used in Python. ​

Answers

Answered by Anonymous
11

Answer:

In Python, the iterative statements are also known as looping statements or repetitive statements. The iterative statements are used to execute a part of the program repeatedly as long as a given condition is True.

Answered by dd1978484
11

In Python, the iterative statements are also known as looping statements or repetitive statements. The iterative statements are used to execute a part of the program repeatedly as long as a given condition is True.

MARK BRAINLIEST

Similar questions