concatenare python code example Example: python merge strings my_list = ['a', 'b', 'c', 'd'] my_string = ','.join(my_list) # Output = 'a,b,c,d'