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?

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