Question: For this test, run a program that performs some analysis of the novel "Alice's Adventures in Wonderland" by Lewis Carroll. First, please download the provided file "alice.txt," which is the full text of the novel. Then, run a program called "test2.py" that reads the provided file and reports the following information about it:
1. The average number of words in a line (total number of words / total number of lines)
2. The line with the most words and the number of words in that line
3. The total number of lines in your Python source code
Provide an interface that allows the user to enter a word to look up how many lines contain that word and to see up to the first ten such lines. If no lines contain that word, then your program must output "Not found.