Tutorials Point


  Python Basics
  Python Advanced
  Python Useful References
  Python Useful Resources
  Selected Reading

© 2011 TutorialsPoint.COM


  Home     References     Discussion Forums     About TP  

Python Tuple len() Function


previous next AddThis Social Bookmark Button


Description:

This function returns the number of elements in the tuple.

Syntax:

len(tuple)

Parameters:

Here is the detail of parameters:

  • tuple: a tuple for which number of elements to be counted.

Return Value:

It returns the number of elements in the tuple.

Example:

#!/usr/bin/python

tuple1, tuple2 = (123, 'xyz', 'zara'), (456, 'abc')

print "First tuple length : ", len(tuple1);
print "Second tuple length : ", len(tuple2);

This will produce following result:

First tuple length :  3
Second tuple length :  2


previous next Printer Friendly



  

Advertisement

Online Image Processing

Indian Baby Names