CBSE Class 11 Computer Science Question 37 of 161

Flow of Control — Question 19

Back to all questions
19
Question

Question 19

Which of the following is not a valid loop in Python ?

  1. for
  2. while
  3. do-while ✓
  4. if-else ✓
Answer