Informatics Practices

Repeated execution of a set of statements is called iteration.

Python Control Flow

1 Like

Answer

True

Reason — Iteration refers to the process of repeatedly executing a set of statements or a block of code for a specified number of times.

Answered By

3 Likes


Related Questions