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?

  1. [10, 20, 30, 40]
  2. [20, 30, 40, 50]
  3. [20, 30, 40] ✓
  4. [30, 40, 50]
Answer