Task: you will write 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, write a program called test2.py that reads the provided file and reports the following information about it:

Provide an interface that allows the user 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.

have to use like the most basic, new student, code possible

Task you will write a program that performs some analysis of the novel Alices Adventures in Wonderland by Lewis Carroll First please download the provided file class=