This project separates a string into its individual characters.
This project was pretty simple to make. A loop reads the length of the string, and counts each letter, putting it into a list.