Q. Which of the following statements is used to create an empty set?
β
Correct Answer: (D)
set()
Explanation: {} creates a dictionary, not a set. Only set() creates an empty set.