CBSE Class 11 Computer Science Question 16 of 104

List Manipulation — Question 4

Back to all questions
4
Question

Question 4

If L = [1, 2] then L * 2 will yield

  1. [1, 2] * 2
  2. [1, 2, 2]
  3. [1, 1, 2, 2]
  4. [1, 2, 1, 2] ✓
Answer