python元组内置函数
Python元组包含了以下内置函数
| 
 序号  | 
 方法及描述  | 
| 
 1  | 
 cmp(tuple1, tuple2)  | 
 
| 
 2  | 
 len(tuple)  | 
 
| 
 3  | 
 max(tuple)  | 
 
| 
 4  | 
 min(tuple)  | 
 
| 
 5  | 
 tuple(seq)  | 
 
Python元组包含了以下内置函数
| 
 序号  | 
 方法及描述  | 
| 
 1  | 
 cmp(tuple1, tuple2)  | 
 
| 
 2  | 
 len(tuple)  | 
 
| 
 3  | 
 max(tuple)  | 
 
| 
 4  | 
 min(tuple)  | 
 
| 
 5  | 
 tuple(seq)  |