python_ref_isinstance_1.py:
x
 
x = isinstance(5, int)
print(x)