Vidyalelo
Python · Q2

Python Sets MCQs: Exam

Programming · Python · question 2

Q2

How can you add an element to a set in Python?

A.
add()
Answer
B.
insert()
C.
append()
D.
extend()

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board