Computer Science, asked by gunpreet7777, 10 months ago

What did yu mean by Iterative Statements in Python?​

Answers

Answered by jmtindian
4

Answer:

Python 3 Iteration Statements. Iteration statements or loop statements allow us to execute a block of statements as long as the condition is true. Loops statements are used when we need to run same code again and again, each time with a different value.

Answered by sruthirahini
3

iterative statements are used to repeat the set of statements as prescribed by the user.

Similar questions