Robotics & Artificial Intelligence
A loop inside a loop is called nested loop.
Python Control Flow
1 Like
Answer
True
Reason — A loop that is written inside the body of another loop is called a nested loop, where one loop (inner loop) executes completely for each iteration of the outer loop.
Answered By
3 Likes