Accessing list elements at particular index Accessing elements from nested list Negative index
Slicing in list
Append and extend
the main differnce between append and extend is append treats its argument as single object
on the other side extends do not ,you can see the difference in the output clearly