list = ['a','b','c'] print(', '.join(list) # You can also delete the comma and just put space or you can use to make new line