Python Programming - Functions - Discussion

Discussion Forum : Functions - General Questions (Q.No. 35)
35.
What is the purpose of the callable() function?
Checks if a variable is of a certain type
Determines if an object is callable as a function
Converts a string to uppercase
Creates a new list with specified values
Answer: Option
Explanation:
The callable() function checks if an object can be called as a function.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.