Which one of the following statements is correct regarding isinstance()?
isinstance()
Select one:
It allows you to determine only the class of an object.
It allows you to determine the object a class belongs to.
It allows you to determine the class or superclass of an object.
It allows you to determine only the superclass of an object.
Hint
Think back to the examples in the tutorial and the arguments passed to isinstance().
Sorry! There has been an error processing your answer. Please try again.
Got feedback on this question?