CBSE Class 11 Informatics Practices
Question 24 of 75
Conditional and Looping Constructs — Question 6
Back to all questionsdo-while
Reason — In Python, the do-while loop statement does not exist. The language provides only two primary loop constructs: the for loop and the while loop, which are used to handle different looping requirements.