04pallav
9/11/2017 - 10:27 PM

flatten list of lists

flatten list of lists

s1=l = [[1, 2, 3], [4, 5, 6], [7], [8, 9]]
sum(s1, [])