Q. Which method returns a string that is meant to be unambiguous?
β
Correct Answer: (C)
__repr__()
Explanation: `__repr__()` should return an unambiguous string representation of an object.