CBSE Class 11 Computer Science
Question 41 of 161
Flow of Control — Question 23
Back to all questions 23
Question Question 23
Function range(3) will yield an iteratable sequence like
- [0, 1, 2] ✓
- [0, 1, 2, 3]
- [1, 2, 3]
- [0, 2]
Function range(3) will yield an iteratable sequence like