Python Programming - Tuples - Discussion

Discussion Forum : Tuples - General Questions (Q.No. 36)
36.
How do you find the length of a tuple?
tuple.length()
tuple.size()
len(tuple)
length(tuple)
Answer: Option
Explanation:
The len() function is used to find the length of a tuple.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.