Can I import a word document into a python program so that its content can be read and questions can be answered using the data in the document. what would be procedure of using the data in the file
with open('animal data.txt', 'r')
i used this but is not working