CBSE Class 11 Informatics Practices Question 77 of 80

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.