CBSE Class 11 Computer Science
Question 23 of 80
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.