CBSE Class 11 Computer Science Question 44 of 161

Flow of Control — Question 26

Back to all questions
26
Question

Question 26

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

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