Q. Which method is used to remove a specific item from a set?
β
Correct Answer: (C)
remove()
Explanation: `remove()` deletes a specific element from a set. If not present, it raises an error.