CBSE Class 11 Computer Science Question 41 of 161

Flow of Control — Question 23

Back to all questions
23
Question

Question 23

Function range(3) will yield an iteratable sequence like

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