Difference between index and slice
The two main characteristics of sequence are index operator and slice operator .
Index operators allow us to grab a specific item from a sequence ;
The slice operator allows us to get a slice of the sequence , Part of the sequence .