To allow us to go through the characters of master one by one, we'll use list() to turn the word into a list.

Create a variable called word and initialize it as list(master). Use the print() function to display the contents of word.