以下實例展示了len()函數的使用方法: #!/usr/bin/python list1, list2 = [123, 'xyz', 'zara'], [456, 'abc'] print "First list length : ", len(list1); print ...
確定! 回上一頁