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