
Shobha
The best way to predict the future is to invent it
Explain the super() function in Python.
The super() function is used to call a method from a parent class, enabling child classes to extend or override inherited behavior.