Q. Which method is used to represent the object in an unambiguous way?
β
Correct Answer: (C)
__repr__()
Explanation: `__repr__()` is intended to return a string that would recreate the object.