Additionally the text strings we saw before are actually stored internally as lists of characters.
So is it possible to reach in and ask for a specific character in a string since it is all stored internally? Or would you have to write code to make it able to do that?