We can separate two of these indices with a colon to extract, or slice, chunks of a string.

Huzzah! Instead of accessing a single character, we're getting a so-called substring from index 0 to just before index 7.

Does it really make sense to start at an index of 7 and end at an index of 0?