CBSE Class 11 Computer Science
Question 36 of 161
Flow of Control — Question 18
Back to all questions 18
Question Question 18
What values are generated when the function range(6, 0, -2) is executed ?
- [4, 2]
- [4, 2, 0]
- [6, 4, 2] ✓
- [6, 4, 2, 0]
- [6, 4, 2, 0, -2]