码迷,mamicode.com
首页 > 编程语言 > 详细

Python 元组内置函数

时间:2018-02-20 13:27:07      阅读:207      评论:0      收藏:0      [点我收藏+]

标签:python   函数   转换   python 元组   tuple   www   reference   enc   tps   

Python元组包含了以下内置函数

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

Python 元组内置函数

标签:python   函数   转换   python 元组   tuple   www   reference   enc   tps   

原文地址:https://www.cnblogs.com/navysummer/p/8455055.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!