Computer Science, asked by anshulbajpai810, 5 months ago

means repeated execution of a set of statements in a program

Answers

Answered by gajendradhami2005
0

Answer:

iteration

EXPLANATION:

Repeated execution of a set oEXPLANATION statements is called iteration. Python has two statements for iteration – the for statement, which we met last chapter, and the while statement.

Similar questions