Q. Which method is used to define string conversion of an object?
β
Correct Answer: (A)
__str__
Explanation: `__str__` defines the human-readable string representation of the object.