CBSE Class 11 Computer Science Question 43 of 161

Flow of Control — Question 25

Back to all questions
25
Question

Question 25

Function range(10, 5, -2) will yield an iterable sequence like

  1. [10, 8, 6] ✓
  2. [9, 7, 5]
  3. [6, 8, 10]
  4. [5, 7, 9]
Answer