Result Size: 625 x 571
demo_ref_callable2.py:
x
 
x = 5
print(callable(x))
C:\Users\My Name>python demo_callable2.py
False