Python Programming - Functions - Discussion

Discussion Forum : Functions - General Questions (Q.No. 39)
39.
What is the purpose of the isinstance() function?
Checks if a variable is of a certain type
Determines if an object is callable as a function
Reverses the order of elements in a list
Converts a string to uppercase
Answer: Option
Explanation:
The isinstance() function is used to check if a variable is of a certain type.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.