means repeated execution of a set of statements in a program
Answers
Answered by
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