Answers

Question and Answer:

  Home  Python Developer

⟩ Explain me what Does The <Self> Keyword Do?

The <self> keyword is a variable that holds the instance of an object. In almost, all the object-oriented languages, it is passed to the methods as hidden parameter.

 197 views

More Questions for you: