元组

Python 的元组与列表类似,不同之处在于元组的元素不能修改

tuple(seq)

描述: 将列表转换为元组

../_images/tuple.png