Q. Which of the following is not a valid loop type in Python?
β
Correct Answer: (C)
do while
Explanation: Python does not have a do while loop.