What Does Printtestname Display Assuming Test Is The Name Of #1094
What does print(Test.__name__) display (assuming Test is the name of the class)?
This multiple choice question (MCQ) is related to the book/course gs gs109 Python. It can also be found in gs gs109 Classes and Objects - Python Classes and Objects - Quiz No.3.
What does print(Test.__name__) display (assuming Test is the name of the class)?
()
Exception is thrown
Test
__main__