CBSE Class 11 Computer Science Question 36 of 161

Flow of Control — Question 18

Back to all questions
18
Question

Question 18

What values are generated when the function range(6, 0, -2) is executed ?

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