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 ?
- for
- while
- do-while ✓
- if-else ✓
Which of the following is not a valid loop in Python ?