Super keyword doubt

suppose we have two parent classes:
a.) sqrt -square root of a number
b.) add-add 2 numbers

a sub class which inherits both of them
how can we use super keyword to invoke methods of both classes to get the result?
My doubt is sqrt will take only one argument and add will take 2. How to handle this?

Hey @vatsal50,
Ok for performing this you first have to know about **kwargs i.e. keyworded arguments then you can able to do multiple inheritance using super() function.
For **kwargs --> Link

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.