Python Tuple len() 方法 Python Tuple cmp() 方法 Python 元组tuple max() 方法 Python Tuple len() 方法 #!/usr/bin/python tuple1, tuple2 = (123, 'xyz', 'zara'), (456, 'abc') print "First tuple length : ", len(tuple1) print "Second tuple length : ", len(tuple2) Python Tuple cmp() 方法 Python 元组tuple max() 方法