Question: What is the purpose of the `super()` function in Python?

A: To call a method from a superclass
B: To create an instance of a class
C: To access the superclass`s attributes
D: To check if an attribute exists in the superclass