Q. What does the `__init__` method do?
β
Correct Answer: (B)
Initializes an object
Explanation: `__init__` is the constructor method in Python, used to initialize the object.