CBSE Class 12 Computer Science
Question 70 of 105
Python Revision Tour — Question 24
Back to all questionsAn entry-controlled loop checks the condition at the time of entry. Only if the condition is true, the program control enters the body of the loop. In Python, for and while loops are entry-controlled loops.