python 数组元素个数

list=[1,2,3,{1,4,5,6,7}]

print(len(list))

输出4

原文地址:https://www.cnblogs.com/mghhzAnne/p/9354918.html