What does print(Test.__name__) display (assuming Test is the name of the class)?
What does print(Test.__name__) display (assuming Test is the name of the class)? Correct Answer Test
__name__ built-in class attribute is used to display the class name.
মোঃ আরিফুল ইসলাম
Feb 20, 2025