liste = ['a', 'b', 'c'] streng = ' - '.join(liste) print(streng)