Q. Which of the following is true about `__repr__()`?
β
Correct Answer: (A)
It is used for string conversion for developers
Explanation: `__repr__()` is meant to give an official string representation useful for debugging.