Introduction
String slicing helps you get parts of a word or sentence easily, like cutting a piece from a cake.
You want to get the first few letters of a name.
You need to remove the last character from a word.
You want to reverse a string to check if it reads the same backwards.
You want to get every second letter from a sentence.