Robotics & Artificial Intelligence
What is a loop?
Python Control Flow
2 Likes
Answer
A loop is a repetitive control structure in which a statement or a set of statements are executed repeatedly until the given condition is false or the desired number of iterations are over.
Answered By
2 Likes