i have made a parent class schoolMemeber and its two child classes Student and teacher but when creating an object of student class getting error .
Geting error "__init__() takes 3 positional arguments but 5 were given"
instead of using schoolMember.self.init(args)
use schoolMember.init(args)
thanks i got the point