Have you ever heard of a “bucket list”? It’s a list of things you want to do in life some day! Let’s make a program that stores those things in a list, and then repeats it back to us. 1. When the green flag is clicked, have the cat ask, “Tell me 5 things on your bucket list!” 2. Program the cat to repeat this five times, adding the user's response to the list each time. 3. Now that the list is complete, have the cat loop through the list and repeat each bucket list item back to us. Challenge: Change the code so that instead of asking for five items, the cat will keep asking for new things to put on the list until the user types “stop."