Q. Which of the following is not a valid loop type in Python? (A) for (B) while (C) do while (D) nested ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (C) do while Explanation: Python does not have a do while loop.