Vidyalelo
Python · Q76

Python Sets MCQs: Exam

Programming · Python · question 76

Q76

In Python, how can you create an empty set?

A.
set()
Answer
B.
{}
C.
empty_set()
D.
new_set()

Answer: Option A

Solution

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