the callable function takes any object and returns True if the object can be called, or False otherwise
callable(string.join) # return
True
callable(string.punctuation) # return
False