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