Page 1 of 1

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

Posted: Wed Jul 13, 2022 7:45 pm
by answerhappygod
a) ()
b) Exception is thrown
c) Test
d) __main__