Report Bug
Qus : _____ is not used as loop in python
Qus पायथन में लूप के रूप में _____ का उपयोग नहीं किया जाता है

A. for
B. while
C. do while
D. None of the above


Solution
C. do while



Explanation

Python doesn't have a built-in do-while loop like some other programming languages.




Report Bug