demo_booleans8.py:
x = 200 print(isinstance(x, int))
C:\Users\My Name>python demo_booleans8.py
True