Answer all the questions of this question paper in long answer format only and add diagram flowcharts and tables wherever required and give the answers in word document format
python3 -c " from docx import Document doc = Document('/tmp/workspace/attachments/a42d6939-ba31-44d8-9753-d9d8c74d3125/mds question paper practice.docx') for p in doc.paragraphs: style = p.style.name if p.style else 'None' if p.text.strip(): print(f'[{style}] {p.text}') "
mkdir -p /tmp/workspace/mds-answers && echo "Directory ready"