Why deleted the self parameter when super() is called

Why deleted the self parameter when super() is called when ever we need to call the init of super class or any other function of he super class

super keyword takes you to the base class and find the method written with it and uses the given argument. So it is like passing values to any other normal function . And when passing values to any other function you dont need to pass self

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.