Conversion of List of Tuples

subhabangalore at gmail.com subhabangalore at gmail.com
Mon Dec 3 14:58:17 EST 2012


Dear Group,

I have a tuple of list as,

tup_list=[(1,2), (3,4)]
Now if I want to covert as a simple list,

list=[1,2,3,4]

how may I do that?

If any one can kindly suggest? Googling didn't help much.

Regards,
Subhabrata. 



More information about the Python-list mailing list