Polymorphism In Python

Polymorphism is a fundamental concept in OOP. polymorphism can be achieved through method overriding and method overloading.