Python Programming - Sets - Discussion

Discussion Forum : Sets - General Questions (Q.No. 34)
34.
What is the result of the expression len(set())?
0
1
Raises a TypeError
None of the above
Answer: Option
Explanation:
An empty set has a length of 0.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.