Q. How do you create a set in Python?
β
Correct Answer: (C)
s = set()
Explanation: Empty curly braces create an empty dictionary. Use `set()` for an empty set.