Q. What does the `isinstance()` function do?
β
Correct Answer: (B)
Checks type of variable
Explanation: `isinstance(obj, type)` checks if `obj` is an instance of `type`.