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