Hello There, I am from non IT field also new to python programming.Could you please help me to solve the following problem? I have a list T1 with following format: T1 = [ *' "*Field*" **' , ' "*12.5*" **', ' "*2.5*" ']* * * How do get the list elements without double quote in my output (T2). T2 =[ *' *Field* **' , ' *12.5 *', ' *2.5* ']* Thanks Sankar -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-list/attachments/20110111/1a6f3402/attachment.html>