时间:2024-10-12 14:12:14
1、len(list):返回列表中元素的个数。
2、max(list):返回列表中最大的值。
3、min(list):返回列表中最小的值。
4、list(seq):将元组或字符串转换为列表。