<div>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">just do like this:</blockquote>
<div> </div>
<div>>>>a=<font color="#550055">"text1 \n text2 \n text3 \n text4"</font></div>
<div>>>>g=a.split('\n')<br>>>>g<br>['text1 ', ' text2 ', ' text3 ', ' text4']<br>>>> d=tuple(g)<br>>>> d<br>('text1 ', ' text2 ', ' text3 ', ' text4') 
</div><br> </div>
<div>by</div><span class="sg">
<div> </div>
<div>Shakil<br> </div></span>