The length of a tuple

We can determine the number of elements in the tuple using the built-in len() function:

>>> len(t)
3

 

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset