Consider the following Python code:
class MyClass: pass
obj = MyClass()
What is the data type of obj?
object
MyClass
class
instance
This question is part of this quiz :