CBSE Class 11 Computer Science Question 79 of 82

Lists in Python — Question 7

Back to all questions
7
Question

Question 7

List[a:b] will give the elements between a and b.

Answer

False

Reason — List[a:b] will give the elements between a and b-1.