Q. What does the __init__() function do in Python? (A) Initializes the class for use. (B) This function is called when a new object is instantiated. (C) Initializes all data attributes to zero when called. (D) None of the above ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) This function is called when a new object is instantiated.