Single Choice Not Set

QSelect all which is true for Python set

ID: #3805 Python Set MCQ 233 views
Question Info
#3805Q ID
Not SetDifficulty
Python Set MCQTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A Sets are unordered. set doesn
  • B set object does support indexing. set is mutable
Correct Answer

Explanation

  • We mostly use set for mathematical operations such as union and intersection.
  • Sets are unordered; it means item order isn’t fixed. So we cannot be sure in which order the items will appear.
  • The set is mutable. We can add or remove items from it when required.

Share This Question

Challenge a friend or share with your study group.