Introduction
String indexing helps you pick out single letters from a word or sentence. You can count from the start or the end.
When you want to get the first letter of a name.
When you need the last character of a password to check it.
When you want to read a specific letter in a sentence.
When you want to reverse a string by using negative indexes.
When you want to slice parts of a string using positions.