Q. Which method is used to compare two Python objects?
β
Correct Answer: (C)
__eq__
Explanation: The `__eq__` method is used to compare two objects for equality using `==`.