<div>Hi Chris ,</div>
<div> </div>
<div>Thanks for your response.</div>
<div> </div>
<div>I am reading a Test.txt (see atatchment) file using following code to get the T2:</div>
<div> </div>
<div>F =open('C:\Test.txt','r')<br>T1 = F.readlines()</div>
<div>for i in range(len(T1)):<br>       T2 = T1[i].split(',')<br>       print(T2)</div>
<div> </div>
<div> </div>
<div>Regards</div>
<div>Sankar<br><br></div>
<div class="gmail_quote">On Tue, Jan 11, 2011 at 10:02 AM, Chris Rebert <span dir="ltr"><<a href="mailto:clp2@rebertia.com">clp2@rebertia.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<div>
<div></div>
<div class="h5">On Mon, Jan 10, 2011 at 2:44 PM, SANKAR . <<a href="mailto:shankarphy@gmail.com">shankarphy@gmail.com</a>> wrote:<br>> Hello There,<br>><br>>        I am from non IT field also new to python programming.Could you<br>
> please help me to solve the following problem?<br>><br>> I have a list T1 with following format:<br>><br>> T1 = [ ' "Field" ' , ' "12.5" ', ' "2.5" ']<br>
><br>> How do get the list elements without double quote in my output (T2).<br>><br>> T2 =[ ' Field ' , ' 12.5 ', ' 2.5 ']<br><br></div></div>How are you obtaining T1 in the first place?<br>
<br>Cheers,<br>Chris<br><font color="#888888">--<br><a href="http://blog.rebertia.com/" target="_blank">http://blog.rebertia.com</a><br></font></blockquote></div><br>