Q. Which special method allows an object to be called like a function?
β
Correct Answer: (A)
__call__
Explanation: If `__call__` is defined, the object can be called like a function.