Run
object = 52 output = callable(object) print(f'callable() : {output}')
Output