单项选择题

在Python中,如何将一个列表转换成元组?()

A.tuple(list)
B.list.to_tuple()
C.to_tuple(list)
D.convert(list)