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 :
- range(1, 3)
- range(0, 3) ✓
- range(0, 3, 1) ✓
- range(1, 3, 0)
Function range(3) is equivalent to :