Python Programming - Tuples - Discussion
Discussion Forum : Tuples - General Questions (Q.No. 10)
10.
What is the output of
len((1, [2, 3], 'hello'))
?
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:
Quick links
Quantitative Aptitude
Verbal (English)
Reasoning
Programming
Interview
Placement Papers