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