CBSE Class 11 Computer Science Question 42 of 161

Flow of Control — Question 24

Back to all questions
24
Question

Question 24

Function range(0, 5, 2) will yield on iterable sequence like

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