Python
Aug 19, 2024 · 1 min read · Self is confusion One of the golden rules in python says that every property of class is only access by the object.So,there is some clash when we want to link up one method to another method in the same class.In that case,self is arrived to link with...
Join discussion