What built-in function will you use when you want to check if a given instance belongs to a certain class?
What built-in function will you use when you want to check if a given instance belongs to a certain class?
a. issubclass()
b. isinstance()
c. bool()
d. type()
e. info()