python 元组用法

tup1 = ('physics', 'chemistry', 1997, 2000)

元组中的元素值是不允许修改的

序号方法及描述
1 cmp(tuple1, tuple2)
比较两个元组元素。
2 len(tuple)
计算元组元素个数。
3 max(tuple)
返回元组中元素最大值。
4 min(tuple)
返回元组中元素最小值。
5 tuple(seq)
将列表转换为元组。

 

posted @ 2019-04-29 09:12  喵喵小学僧  阅读(138)  评论(0编辑  收藏  举报