Remove comma from tuples in python.

Jaydeep Patil patil.jay2009 at gmail.com
Fri Feb 21 01:49:01 EST 2014


I am getting below tuple from excel.
How should i remove extra commas in each tuple to make it easy for operations.

tuples is:
seriesxlist1 = ((0.0), (0.01), (0.02), (0.03), (0.04), (0.05), (0.06), (0.07), (0.08), (0.09), (0.1), (0.11))



please suggest me solution.



Regards
jay



More information about the Python-list mailing list