What does the following code return?
What does the following code return?
isinstance(True, int)
a. None
b. True
c. False
d. TypeError will be raised
What does the following code return?
isinstance(True, int)
a. None
b. True
c. False
d. TypeError will be raised