Hi All,
I am new to python.
I have a irregular nested lists in a list. Please help me to iterate through 
each element.

Thanks much in advance.

Sample Ex

aList = [[2,'jkj'],[],[],['kite',88,'ooo','pop','push','pull'],['hello']]

expected output:
2,jkj,,,kite,88,ooo,pop,push,pull,hello
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to