Python | Classes Quiz | Question 12

Last Updated :
Discuss
Comments

Consider the following Python code:

class MyClass:
   pass

obj = MyClass()

What is the data type of obj?
 

object

MyClass

class

instance

Share your thoughts in the comments