blob: c339579c356a00968e086e01601ac7c19367f348 [file] [log] [blame]
lst1 = [[1,2,3],[4,5,6],[7,8,9]]
lst2 = [xx for yy in lst1 for xx in yy]
# <ref>