CBSE Class 11 Computer Science Question 40 of 161

Flow of Control — Question 22

Back to all questions
22
Question

Question 22

Function range(3) is equivalent to :

  1. range(1, 3)
  2. range(0, 3) ✓
  3. range(0, 3, 1) ✓
  4. range(1, 3, 0)
Answer