CBSE Class 11 Computer Science
Question 44 of 161
Flow of Control — Question 26
Back to all questions 26
Question Question 26
Function range(10, 5, 2) will yield an iterable sequence like
- [] ✓
- [10, 8, 6]
- [2, 5, 8]
- [8, 5, 2]
Function range(10, 5, 2) will yield an iterable sequence like