You are to create a magic 8 ball that uses lists to ask questions and uses lists to answer them. 1. Random questions that are asked from a list. You can have a sprite ask the questions. 2. User can ask their own questions 3. Create a function using mod to create a pattern that every 5th question a positive response is given. 4. Use the txt file on google classroom to populate your answer lists. 5. Put at least 20 questions in the questions list. 6. must use procedures