Conversion of List of Tuples
subhabangalore at gmail.com
subhabangalore at gmail.com
Mon Dec 3 14:58:17 EST 2012
More information about the Python-list mailing list
Mon Dec 3 14:58:17 EST 2012
- Previous message (by thread): Immediate Interview // Direct Client // QNXT Configuration Expert // 6 Months // Nashville, TN
- Next message (by thread): Conversion of List of Tuples
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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.
- Previous message (by thread): Immediate Interview // Direct Client // QNXT Configuration Expert // 6 Months // Nashville, TN
- Next message (by thread): Conversion of List of Tuples
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list