1.

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

A. t()
B. tException is thrown
C. tTest
D. t__main__
Answer» D. t__main__


Discussion

No Comment Found