how to concatinate list code example Example: python concatenate list of lists x = [["a","b"], ["c"]] result = sum(x, [])