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