Python - Classes and Object Lifecycle
What is the purpose of the
__init__ method inside a Python class?__init__ method inside a Python class?__init__ role__init__ method is a special method called automatically when a new object is created.__init__ method = initialize object [OK]15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions