Open In App

Python | Namespaces and Scope Quiz | Question 19

In Python, what is the purpose of the super() function?

(A)



To call a method in the parent class

(B)



To create a superclass

(C)

To access global variables

(D)

To declare a variable as super

Answer: (A)
Explanation:
Quiz of this Question
Please comment below if you find anything wrong in the above post

Article Tags :
Uncategorized