代码示例:(标识:python_type)
python_type.py
x = 10
print(type(x))
运行结果: