python_ref_callable_1.py:
x
 
def x():
  a = 7
print(callable(x))