x = [["a","b"], ["c"]] result = sum(x, []) # This combines the lists within the list into a single list