MCQOPTIONS
Saved Bookmarks
| 1. |
What does print(Test.__name__) display (assuming Test is the name of the class)? |
| A. | () |
| B. | Exception is thrown |
| C. | Test |
| D. | __main__ |
| Answer» D. __main__ | |