Geting error "__init__() takes 3 positional arguments but 5 were given"

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 .

instead of using schoolMember.self.init(args)
use schoolMember.init(args)

thanks i got the point