CBSE Class 11 Computer Science
Question 42 of 161
Flow of Control — Question 24
Back to all questions 24
Question Question 24
Function range(0, 5, 2) will yield on iterable sequence like
- [0, 2, 4] ✓
- [1, 3, 5]
- [0, 1, 2, 5]
- [0, 5, 2]
Function range(0, 5, 2) will yield on iterable sequence like