Computer Science, asked by dasarchishman008, 2 months ago

What is iterative statements in python?​

Answers

Answered by Alone00160
4

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 ItzDarshan5
2

Explanation:

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.

Similar questions