Arrange the code in the right hand box so that it reads in a list of words. It should then print out for each word its starting aletter and then the word itself. After all words are printed, it should print the message "And there you have it." Below is an example run:
Enter a list of words: ["ant", "bat", "cat"] a is for ant b is for bat c is for cat And there you have it!
Remember to pay attention to indentation!