Run
x = ['apple', 'banana', 'cherry'] column_string = "\n".join(x) print(column_string)
Output