How can I check whether a function is a function type in python?
I did this:
print(type(func_1))
python tells me that this is a