This project is for Getting Unstuck Day 17: Create a project that asks the user to type in multiple words or numbers, stores the items in a list, then does something interesting with the items from the list. Click the green flag to get started.
For this one I modified (wish there was a way to remix my own projects) my Day 14 Mad Lib. This time I stored the questions and answers in lists. I like this method better because it keeps the code cleaner. But the script for the story itself became long and awkward. I would need to modify the wording to simplify that. I'm glad I did this project because I knew nothing about lists prior to this.