Programming Languages

What is the purpose of the `super` keyword in Python?

Medium
5
Added
The `super` keyword is used to call methods from the parent class in a subclass.