in Python, How to join a list of tuples into one list? [duplicate] December 19, 2023 by Tarik b = [i for sub in a for i in sub] That will do the trick.