📅  最后修改于: 2022-03-11 14:46:00.943000             🧑  作者: Mango
list = ['a','b','c']
print(', '.join(list) # You can also delete the comma and just put space or you can use \n to make new line