Python Programming - Tuples - Discussion

Discussion Forum : Tuples - General Questions (Q.No. 25)
25.
What is the result of the expression len(('apple', 'orange', 'banana'))?
3
6
16
1
Answer: Option
Explanation:
The len() function returns the number of elements in the tuple, and in this case, there are three elements.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.