Python Programming - Sets - Discussion

Discussion Forum : Sets - General Questions (Q.No. 5)
5.
Which of the following statements about sets in Python is not correct?
Elements within a set are unordered.
Sets can contain duplicate elements.
Sets can not be accessed using indices.
Sets are mutable.
Answer: Option
Explanation:
Sets in Python do not allow duplicate elements.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.