Q. Which of the following is used to create an empty set?
β
Correct Answer: (A)
set()
Explanation: `set()` creates an empty set; `{}` creates an empty dictionary.