Examveda

What does print(Test.__name__) display (assuming Test is the name of the class)?

A. ()

B. Exception is thrown

C. Test

D. __main__

Answer: Option C


This Question Belongs to Python Program >> Classes And Objects In Python

Join The Discussion

Related Questions on Classes and Objects in Python