python返回数组(list)长度的方

发布时间:2019-09-26 12:29:09编辑:auto阅读(2741)

    Python返回数组(List)长度的方法

    
    array = [0,1,2,3,4,5]
    print len(array)

关键字