Which Of The Following Python Code Creates An Empty Class #1083
Which of the following Python code creates an empty 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.2.
Which of the following Python code creates an empty class?
class A: return
class A: pass
class A:
It is not possible to create an empty class