import itertools a = [['a','b'], ['c']] print(list(itertools.chain.from_iterable(a)))
1.4m articles
1.4m replys
5 comments
57.0k users