Python Programming - Functions - Discussion

Discussion Forum : Functions - General Questions (Q.No. 61)
61.
What does the callable function check for?
It checks if an object is an instance of a class.
It checks if an object is callable, i.e., can be called as a function.
It checks if an object is iterable.
It checks if an object is a string.
Answer: Option
Explanation:
The callable function in Python checks if an object is callable, i.e., 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.