1) slice means a piece
2) [ ] operator is called slice operator, which can be used to retrieve parts of a String.
3) In Python Strings follows a zero-based index.
4) The index can be either +ve or -ve.
5) +ve index means forward direction from Left to Right 6) -ve index means a backward direction from Right to Left