I am trying to a loop from the first to last line of a word document. I am using python-docx package. Documents deals with paragraphs & tables as well. What I want to do is: Write a for loop from first to last of the document and do something for paragraphs & tables
How do I iterate through each line in python?