0
Q:

merge lists in list python

import itertools
a = [['a','b'], ['c']]
print(list(itertools.chain.from_iterable(a)))
1
StringName = "seperator".join(ListName)

# Seperator denotes character between each of the joined list elements
0

New to Communities?

Join the community