python array length Posted on 2016年7月4日 by allenmo use: Python theArr = [1, 5, 7,9] print len(theArr) 123 theArr = [1, 5, 7,9] print len(theArr)