<div>Hi,</div><div>Thanks for your suggestion. This is a great forum for Python. :)<br><br></div><div class="gmail_quote">On Sun, Feb 10, 2013 at 4:12 PM, inq1ltd <span dir="ltr"><<a href="mailto:inq1ltd@inqvista.com" target="_blank">inq1ltd@inqvista.com</a>></span> wrote:<br>
<blockquote style="margin:0px 0px 0px 0.8ex;padding-left:1ex;border-left-color:rgb(204,204,204);border-left-width:1px;border-left-style:solid" class="gmail_quote"><u></u>
<div style="font-family:"Sans Serif";font-size:14pt;font-style:normal;font-weight:400"><div><div class="h5">
<p style="margin:0px;text-indent:0px">On Saturday, February 09, 2013 03:27:16 PM Morten Engvoldsen wrote:</p>
<p style="margin:0px;text-indent:0px">> Hi Team,</p>
<p style="margin:0px;text-indent:0px">> I Have saved my output in .doc file and want to format the output with</p>
<p style="margin:0px;text-indent:0px">> </p>
<p style="margin:0px;text-indent:0px">> *************Start the File ************************</p>
<p style="margin:0px;text-indent:0px">> </p>
<p style="margin:0px;text-indent:0px">> Some data here</p>
<p style="margin:0px;text-indent:0px">> </p>
<p style="margin:0px;text-indent:0px">> </p>
<p style="margin:0px;text-indent:0px">> *******************End of File*****************************</p>
<p style="margin:0px;text-indent:0px">> </p>
<p style="margin:0px;text-indent:0px">> Can you let me know how can i do that using Python?</p>
<p style="margin:0px;text-indent:0px"> </p>
<p style="margin:0px;text-indent:0px"> </p>
</div></div><p style="margin:0px;text-indent:0px">Look up the textwrap module </p>
<p style="margin:0px;text-indent:0px"> </p>
<p style="margin:0px;text-indent:0px">import the textwrap module.</p>
<p style="margin:0px;text-indent:0px"> </p>
<p style="margin:0px;text-indent:0px">from the textwrap module you can</p>
<p style="margin:0px;text-indent:0px">import dedent, wrap, and fill  </p>
<p style="margin:0px;text-indent:0px"> </p>
<p style="margin:0px;text-indent:0px">These are great for formatting text.</p>
<p style="margin:0px;text-indent:0px"> </p>
<p style="margin:0px;text-indent:0px">jd </p>
<p style="margin:0px;text-indent:0px"><a href="http://inqvista.com" target="_blank">inqvista.com</a></p>
<p style="margin:0px;text-indent:0px"> </p>
<p style="margin:0px;text-indent:0px"> </p>
<p style="margin:0px;text-indent:0px"> </p>
<p style="margin:0px;text-indent:0px"> </p>
<p style="margin:0px;text-indent:0px"> </p></div></blockquote></div><br>