Run
x = ['apple', 'banana', 'cherry'] output = ','.join(x) print(output)
Output