代码示例:(标识:python_booleans_8)
python_booleans_8.py
x = 200
print(isinstance(x, int))
运行结果: