Q. What does the __init__() function do in Python?
β
Correct Answer: (B)
This function is called when a new object is instantiated.
You must be Logged in to update hint/solution