Dołącz do elementów w zestawie z nowym postacią

a_list = ['a','b','c']
joined_string = "\n".join(a_list)
Lovely Lark