Q. How do you declare an empty set?
β
Correct Answer: (B)
set()
Explanation: `set()` creates an empty set; `{}` creates an empty dictionary.