单项选择题

在Python中,如何将一个列表转换成字符串?()

A.’’.join(list)
B.str(list)
C.list.toString()
D.list.str()