Robotics & Artificial Intelligence

What do you mean by a nested loop?

Python Control Flow

3 Likes

Answer

A nested loop is defined as a loop programmed within another loop. It is used in such a way that the inner loop repeats for a given number of times for each iteration of the outer loop.

Answered By

1 Like


Related Questions