CBSE Class 11 Computer Science
Question 18 of 104
List Manipulation — Question 6
Back to all questions 6
Question Question 6
Given a list L= [10, 20, 30, 40, 50, 60, 70], what would L[1 : 4] return?
- [10, 20, 30, 40]
- [20, 30, 40, 50]
- [20, 30, 40] ✓
- [30, 40, 50]