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