python array of strings to string code example Example: concatenate list of strings python listvalues = ['a', 'b', 'c'] concstring = ''.join(l)