Computer Science, asked by Anonymous, 8 months ago

explain the concept of iteration in python programming language ​

Answers

Answered by Anonymous
0

Answer:

Repeating identical or similar tasks without making errors is something that computers do well and people do poorly. Repeated execution of a set of statements is called iteration. Because iteration is so common, Python provides several language features to make it easier.

Explanation:

Because iteration is so common, Python provides several language features to make it easier. One form of iteration in Python is the while statement. ... If the condition is false, exit the while statement and continue execution at the next statement. If the condition is true, execute the body and then go back to step 1.

Answered by sandeepgurung245351
2

Explanation:

Iteration repeated execution of a set of statements is called iteration. Because iteration is so common python provides language features to make it easier

Please mark me as a brilliant plz please follow me

Similar questions