Introduction
String slicing and indexing let you pick out parts or single characters from a string, like cutting a piece from a loaf of bread.
You want to get the first letter of a name to make initials.
You need to extract a word from a sentence.
You want to check or change a specific character in a password.
You want to get a substring from a longer text for display.