import itertools a = [['a','b'], ['c']] print(list(itertools.chain.from_iterable(a)))
548k questions
547k answers
4 comments
86.3k users