import itertools a = [['a','b'], ['c']] print(list(itertools.chain.from_iterable(a)))
2.1m questions
2.1m answers
60 comments
57.0k users