Q. Which function is called automatically when an object is created?
β
Correct Answer: (A)
__init__
Explanation: `__init__()` is the constructor and is called after an object is created.